Correct Answer: ejb-jar.xml
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
What is another name for a deployment descriptor?
Which of the following is one of WebLogic Server's caching abilities?
What is concurrency control?
What is CMC?
In passivation, the opposite method from ejbPassivate() is _______.
You are working with EJB2.0. You have to retrieve a previously saved handle to an EJBObject named 'bookEJBObject.' In order to restart the processing for that particular request, you need to get the remote interface. The following code has been written for the same:1. ObjectInputStream stream = 2. new ObjectInputStream(new FileInputStream(fileName));3.4. Handle bookHandle = (Handle) stream.readObject();5.6. BookRemoteInterface bookEjbObject = (BookRemoteInterface) XX() ;Which of the following should substitute Method XX() of line 6?
The EJB specification defines six distinct roles in the application development and deployment life cycle. Which of the following roles is not mentioned in it?
Which of the following constitute the enhancements made to EJB 2.0?
Which of the following statements is not correct with regard to relationships in EJB?
Which of the following is not implemented by a stateless session bean?