Friday, 7 September 2012

Explanation: ejbCreate() method of BMP bean returns the Primary Key, where as ejbCreate() method of CMP bean returns null. How can a EJB pass it’s reference to another EJB ? Which of the following is correct syntax for an Abstract class ? | JAVA JSP

A. abstract double area() { }
B. abstract double area()
C. abstract double area();
D. abstract double area(); { }

ANS: C


No comments: