What is EJB object?



What is EJB object?..

Answer / Kumar Saurabh Pratap

An "EJB object" is an instance of an Enterprise JavaBean component, which can be either a session bean or an entity bean. It encapsulates the business logic of an application and can be accessed remotely by clients.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is applicationscoped?

1 Answers  


What does ejb stand for?

1 Answers  


what are the influence factors of ejbLoad() & ejbStore()?

1 Answers  


What is stateless session?

1 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

1 Answers  


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

1 Answers   HCL,


Is decorator an ejb design pattern?

1 Answers  


In bean managed transactions, how session bean can be configured?

1 Answers  


Explain the architectural relationship between JavaBeans and JTA?

1 Answers  


How to determine two identical beans?

1 Answers  


can u explain about design patterns like singleton,builder,factory

1 Answers   EdgeSoft,


Categories