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

why object class is a parent of all classes in java?

2 Answers   TCS,


Which is more beneficial: Stateful or Stateless Bean?

0 Answers  


Explain the concept of ejb ql?

0 Answers  


Where a bean can be used ?

1 Answers  


What is ejb ql?

0 Answers  






Is microservice stateless?

0 Answers  


How to increase ejb transaction timeout in weblogic?

0 Answers  


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


EJB containers supports what kind of transaction attributes?

1 Answers  


how to deploy enterprise javabeans?

2 Answers   Inforica,


Is soap stateless or stateful?

0 Answers  


What do you mean by ‘hot deployment’ ?

0 Answers  


Categories