What is ejb in java?
Answer / Saurav Kumar Singh
Enterprise JavaBeans (EJB) is a component-based architecture for developing enterprise applications in the Java programming language. It provides services such as transactions, security, and persistence to simplify the development of complex distributed applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ejb objects are created for a bean?
what is mean by dll ? Please answer me. Advance thanks.
Is ejbCreate() method mandatory while defining a Session Bean?
What is passivation and activation in ejb?
How to find ejb version in websphere?
Can beans who are involved in transaction have 'passivation' process?
What is stateless session bean?
What is Enterprise JavaBeans Query Language (EJB QL)?
What are the types of enterprise bean?
Why serialization is used?
What is the TX operational difference between Session Bean and Entity Bean?
Can remove() be a Stateless Session bean?