• 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

For those who have taken scjp 1.4

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm taking Dan Chisholm's exams (recommended in the scjp FAQ) but I think that the questions are a bit harder than those in the Kathy Sierra's book...

Are those kind of questions taken in the real exam?

For instance:

1.Suppose that an interface, I1, is not a member of an enclosing class or interface. Which of the following modifiers can be applied to interface I1?

a. abstract
b. final
c. private
d. protected
e. public
=======================
2.Which of the following is a modifier that can be applied to an interface that is a member of a directly enclosing class or interface?

a. static
b. synchronized
c. transient
d. volatile
e. implements
f. None of the above.

The book does not mention anything about nested interfaces or interfaces as members of classes.
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, they are harder. If you look back a few years in this forum you will find Dan's own explanation as to why. Here it is from Dan himself.
[ August 16, 2006: Message edited by: Barry Gaunt ]
 
Janice Guevara
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks...now I know why they are harder...
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic