Correct Answer: The non synchronous operation of business services within EJB.
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
True or False? EJB is a client-side model that encapsulates the business logic of an application.
Beans are distributed as ____ files.
______ beans represent persistent data storage.
How are stateless session beans different than stateful session beans?
What is the javax.ejb.spi package used for?
You define an enterprise bean as follows: Public class CalcSessionBean implements javax.ejb.SessionBean Which of the following method definitions is not mandatory?
The PrimaryKey class is used to provide each entity bean with a ____________:
Which of the following is a name of the design pattern not associated with EJB?
The methods declared in Session Bean interface are known as Callback (methods).
What will happen to the running session beans if the EJB container crashes or restarts?