Correct Answer: It can return values that are defined as CMP-TYPE <br>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Enterprise Java Beans - EJB Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Enterprise Java Beans - EJB MCQ Questions
Which of the following statements are correct with regard to EJB QL?
Which of the following must be implemented by a JMS message-driven bean?
A pre-cached instance is used to load state information on creation of an EJB.
We are saving a handle to an EJBObject named 'bookEJBObject' for an online book shop:1. javax.ejb.Handle bookHandle = _____________;2. 3. ObjectOutputStream stream = 4. new ObjectOutputStream(new FileOutputStream(fileName));5.6. stream.writeObject(bookHandle);7. stream.close();Which of the following methods should be filled in the blank?
Which of the following statements is incorrect with regard to the process of Instance Pooling in EJB?
What is an example of a stateful session bean process?
What happens if two calling clients attempt to access a single bean?
What kind of programming does Java Message Service provide for EJB?
What has replaced the deployment descriptor in the newest version of EJB, 3.0?
How are EJB's two interfaces referred to?