Answer Posted / harika.thota001@gmail.com
EJB's holds the business logic solely.
There are 2 types of EJB
1--> Session ==>Performs task for the client
2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is stateless authentication?
What is dependency injection in ejb?
Is ejb be called from another ejb? If yes then how?
What does @singleton annotation do?
Is state maintained by a Stateless bean?
How can one EJB be called from within another EJB?
What is ejb and its types?
Why is ftp stateful?
Define Context?
What is applicationscoped?
Explain transaction and various methods to manage it?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
Differentiate Phantom from Un-repeatable?
What is ejb context?
Explain the concept of local interfaces?