Answer Posted / rajendra
EJB or Enterprise Java Beans is a component architecture for
the development and deployment of object-oriented,
distributed, enterprise-level applications. Applications
written using the Enterprise JavaBeans architecture are
scalable, transactional, and multi-user and secure. The
enterprise bean is a component that implements a business
task or business entity and is of two types- entity bean or
a session bean.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is ejb different from java beans?
Why should we use ejb?
Define ACID Properties?
What is ptp model?
Is ejb be called from another ejb? If yes then how?
What is @injectmock?
Can you be deported if you are stateless?
Enlist the contents of Container.
What is ejb bean in java?
What is enterprise bean provider?
What are the components of session beam?
What is the procedure of ejb container to handle exceptions?
Explain ejbhome and ejbobject in ejb?
What do you mean by ejb ql?
Are entity beans allowed to create() methods?