what are required main interfaces in EJB?

Answers were Sorted based on User's Feedback



what are required main interfaces in EJB?..

Answer / sathya


The Home Interface and the Remote Interface.

Is This Answer Correct ?    1 Yes 0 No

what are required main interfaces in EJB?..

Answer / shilpa kapurkar

when we go for EJB 2.x version, the required interfaces to
develop and EJB component are
Remote Interface - Business Logic methods declaration
Home Interface - Life Cycle Methods
Bean class - Implemetation for BL methods & Life cycle methods
optionally, Local Interfaces.
When we go for EJB 3.0 , there is no need of declaring home
interface or Remote Interface. Instead it will make use of
JAVA POJO & POJI classes and interfaces. EJB 3.0 will have
only Business Interface (POJI) in which business methods are
declared. EJB3.0 makes use if Annotations.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More EJB Interview Questions

What are versions of ejb?

0 Answers  


What do you mean enterprise javabeans (ejb) container?

0 Answers  


Explain ejbhome and ejbobject in ejb?

0 Answers  


Define Initial Context?

0 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,






Is method overloading allowed in ejb?

0 Answers  


What are the basic and subtypes of enterprise java beans (ejb)?

0 Answers  


how to set the relationship between tables in ejb

1 Answers  


why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

0 Answers   Polaris,


Enlist the CallBack methods of Entity Bean.

0 Answers  


Why do we use ejb?

0 Answers  


Which is more beneficial: Stateful or Stateless Bean?

0 Answers  


Categories