Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What are versions of ejb?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
How ejb invocation happens?
Name the attributes of javax.ejb.stateful.
What is @injectmock?
What is ejb and why it is used?
What is stateful session bean?
Explain transaction and various methods to manage it?
What do you mean by ejb ql?
How many ejb objects are created for a bean?
What is the default transaction attribute for an ejb?
What are ejb components?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the use of @resource?