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

What is stateless session?

0 Answers  


What is ejb and its properties?

0 Answers  


How Stateful Session bean will store its State ?

1 Answers  


What is the relationship between an EJB component, EJB container, and an application server?

2 Answers  


What is stateless programming?

0 Answers  






What is ejb in weblogic?

0 Answers  


What is ejb ql?

0 Answers  


What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?

0 Answers  


what is ejb

3 Answers   Tech Mahindra,


What is Session Bean Interface?

0 Answers   Tech Mahindra,


Is it possible to share an httpsession between a jsp and ejb?

0 Answers  


What are ejbs used for?

0 Answers  


Categories