Mark Newton

Greenhorn
+ Follow
since Feb 26, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mark Newton

Hi,
I'm due to take my SCBCD exam tomorrow and have a question about the Final Mock Exam question number 38 in 'Head First EJB'.
The question goes as follows:
38. Which must be included in every ejb-jar file? (Choose all that apply.)
A. The stub for the EJBHome interface, either directly or by reference.
B. The JAR Manifest file.
C. A deployment descriptor.
D. The JNDI context.
E. The EJB's home interface, either directly or by reference.
I know that the answer is C and E but what is meant by 'either directly or by reference' in answers A and E.
Surely the class or interface is either included or not???
I am confused....
Mark
I believe that the method ejbCreate() is not written as EJBCreate() because the first letter of all method calls should be a lowercase letter. This would produce eJBCreate() which looks odd so all of the letters from EJB are turned into lowercase to give ejbCreate().
The method used to join words together like this is referred to sometimes as camelcase, see below link for details. CamelCase