what are main features in EJB?

Answers were Sorted based on User's Feedback



what are main features in EJB?..

Answer / janet

1.EJB architecture is inherently
transactional,distributed,portable,multitired secure.
2.EJB components are serverside components written entirely
in the java.
3.EJB components contain business logic only no system level
programming.
4.System level services such as transactions,security,life
cycle ,threading,persistence etc are automatically managed
by the EJB component by the EJB server.
5.EJB architecture is wire-protocol neutral Any protocol can
be utilized: HTTP,IIOP,DCOM etc.

Is This Answer Correct ?    15 Yes 2 No

what are main features in EJB?..

Answer / harish

features in EJB2.0 :

Query Language has been introduced.
Container Manager Relationship has been introduced.
Local Interfaces have been introduced.
Message Driven Beans have been introduced.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More EJB Interview Questions

How to import ejb project in eclipse?

0 Answers  


What is meant by manifest files ?

2 Answers  


Is ejb a framework?

0 Answers  


What is stateless and stateful session bean in ejb?

0 Answers  


java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?

3 Answers  






What is ejb and its types in java?

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


How can a session bean be configured for transactions of bean-managed?

0 Answers  


Is microservice stateless?

0 Answers  


Life cycle methods in stateless Session Beans?

3 Answers   Virtusa,


What is bean-managed transaction?

0 Answers  


How is an entity bean created?

1 Answers  


Categories