• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Need your help!

 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This forum is a great place to get help from people that love to find errors in mock exams; so I would like to ask the users of this forum to help find any errors that might still exist in my mock exams. (Please click on the link in my signature.) If you find a suspected error or if you don't understand a question or answer, then please don't hesitate to ask for help either here or through an email or both.
My web site contains three sets of exams: comprehensive, single topic, and a set that is organized as a supplement to a popular study guide. The questions in each of the three sets are the same, the only difference is the organization.
 
Ranch Hand
Posts: 504
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan,


Question 1
Which of the following statements is not true?
a. An interface that is declared within the body of a class or interface is known as a nested interface.
b. A constant can be a member of an interface.
c. A class declaration can be a member of an interface.
d. A class that implements an interface must implement all of the methods declared within the interface.
e. None of the above.


I think, option d. is a little ambiguous. Can you modify it something like "unless a class is declared abstract" or "A concrete class that implements..."?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic