What are the components of ejb?



What are the components of ejb?..

Answer / Rishu Mair

The main components of EJB (Enterprise JavaBeans) are: Bean Class, Home Interface, Remote Interface, and Sessions Beans. The bean class is the actual implementation of the business logic, the home interface provides methods for creating and finding EJB instances, the remote interface defines the methods that can be called remotely, and the session beans are the actual business objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the difference between find and select methods in ejb?

1 Answers  


What does it mean to be stateless?

1 Answers  


what are main features in EJB?

2 Answers  


What is applicationscoped?

1 Answers  


What is @autowired required false?

1 Answers  


How Client will contact the Bean?

3 Answers   Four soft, Tech Mahindra,


whatis the diff between ejb and servlet/jsp

6 Answers   TCS,


What is entity bean?

1 Answers  


What is ejb in spring?

1 Answers  


Differentiate Conversational from Non-conversational interactions?

1 Answers  


Why is ejb used?

1 Answers  


What does statelessness mean?

1 Answers  


Categories