Java Beans Question:
Download Questions PDF

What is EJB Home object?

Java Beans Interview Question
Java Beans Interview Question

Answer:

An object that provides the life-cycle operations (create, remove, find) for an enterprise bean. The class for the EJB Home object is generated by the container's deployment tools. The EJB Home object implements the enterprise bean's Home interface. The client references an EJB Home object to perform life-cycle operations on an EJB object. The client uses JNDI to locate an EJB Home object.

Download Java Beans Interview Questions And Answers PDF

Previous QuestionNext Question
What is EJB object?What is EJB context?