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

What is applicationscoped?

0 Answers  


What is the purpose of ejb in java?

0 Answers  


Why do we need ejb in java?

0 Answers  


What do you mean enterprise javabeans (ejb) container?

0 Answers  


Difference between container-managed & bean-managed persistence?

2 Answers  






How many ejb objects are created for a bean?

0 Answers  


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

2 Answers   CGI,


Differentiate Conversational from Non-conversational interactions?

0 Answers  


What is stateless and stateful?

0 Answers  


What are different Methods and Classes written in a Session Bean

1 Answers   DELL,


Is ejb be called from another ejb? If yes then how?

0 Answers  


What is difference between stateless and stateful?

0 Answers  


Categories