Answer Posted / niranjanravi
EJB is a distributed component which is used to develop the
business applications.It is a technology that is based on
J2EE platform.
EJB is a java object that is implemented to the EJB
specifications.EJB has some special features of addressing
the problems like deployability on various standardised
servers,transactions,persistence etc.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is passivation and activation in ejb?
What is the full form of ejb in java?
What are versions of ejb?
Is it legal to have static initializer blocks in 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?
What ejb means?
Can remove() be a Stateless Session bean?
Define ACID Properties?
Is soap stateless or stateful?
Explain the important elements of ejb?
What is ejb container?
What is session facade in ejb?
What is the use of @ejb annotation?
What are the different types of ejb?
Can more than a single table be mapped in cmp?