• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

K&B 5.0, Chapter 2, Question 7, Drag N Drop

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ranchers,

I would like to know what's the update on this drag and drop question. I have exactly the same answer as seen in this thread.

Specifically, I need to confirm if the following are true regarding Drag and Drop Questions:

1. If there are many possible solutions from the code fragment given, and you answered at least one of them, will that be given credit?

2. I'm about to ask if the exam engine shows you all the possible answers for the Drag and Drop question but I remembered I read somewhere that the exam engine doesn't show you any answer at all.

3. As for this question in the book, I have a correct answer (same as abovementioned) that is not written in the answers section. How will I score on this?

Thank you very much in advance!
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bert Bates has written there in the post whose link you have given that if there are many solutions, then anyone of them then you get full credit...your second point is a confusion in your mind. Actually what Bert meant was that the engine internally has all the answers. If your answer is in the list of correct answers then you get full marks for that...

I also have a doubt with one of the questions.....Not drag and drop but a simple one

One of the questions says that Static Member class cannot access non-static members of the enclosing class. But this is not true. The static member class cannot directly access non-static members of the enclosing class. it can access non-static members on an instance of the enclosing class.
 
reply
    Bookmark Topic Watch Topic
  • New Topic