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 |
What is applicationscoped?
What does ejb stand for?
what are the influence factors of ejbLoad() & ejbStore()?
What is stateless session?
Explain the architectural relationship between EJB & XML?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
How the container will maintain synchronization for multiple calls to the entity bean?
Is decorator an ejb design pattern?
In bean managed transactions, how session bean can be configured?
Explain the architectural relationship between JavaBeans and JTA?
How to determine two identical beans?
can u explain about design patterns like singleton,builder,factory