what is ejb

Answers were Sorted based on User's Feedback



what is ejb..

Answer / niranjanravi

EJB is a distributed component which is used to develop the
business applications.It is a technology that is based on
J2EE platform.
EJB is a java object that is implemented to the EJB
specifications.EJB has some special features of addressing
the problems like deployability on various standardised
servers,transactions,persistence etc.

Is This Answer Correct ?    2 Yes 1 No

what is ejb..

Answer / dhawal

Ejb creates java class that implements object.seralizable
interface using get and set methods we modify the properties

Is This Answer Correct ?    0 Yes 0 No

what is ejb..

Answer / 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

More EJB Interview Questions

Can more than a single table be mapped in cmp?

0 Answers  


How EJB component can in interact with COM/DCOM components?

1 Answers  


What are the differences between ejb 3.0 and ejb 2.0?

0 Answers  


Define Clone?

0 Answers  


Is it possible to have threading in ejb?

0 Answers  






What is applicationscoped?

0 Answers  


Differentiate Phantom from Un-repeatable?

0 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

0 Answers  


What is ejbdoclet?

0 Answers  


What is ejb 3?

0 Answers  


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

1 Answers   HCL,


What is @autowired required false?

0 Answers  


Categories