• 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

Couple of exam related doubts

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

I have a couple of doubts. See if you can clarify my doubts, with regards to the examination question.

#1 Can there be questions asked on the various annotation structure we use. eg:


@Target(TYPE) @Retention(RUNTIME)
public @interface Entity {
String name() default "";
}



#2 Will there be questions on XML descriptor elements which correspond to the annotations. Something like:
"What is the xml descriptor element for overriding the annotation @Local"
If such questions are there, till what depth do we need to study the elements?

#3 Can they ask questions of changes that happened to EJB 3 with regards to EJB 2.x?
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in SCBCD page you will see:


Describe the purposes and uses of annotations and deployment descriptors, including how the two mechanisms interact, how overriding is handled, and how these mechanisms function at the class, method, and field levels.



Got my point. Good luck
[ May 27, 2008: Message edited by: Musab Al-Rawi ]
 
nitin pai
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The answer does not provide the clarity. Do we need to memorize the annotation structures and xml elements for all kinds of overriding and deployment.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic