Java Beans Question: Download Java Beans PDF

What is EJB Home object?

Tweet Share WhatsApp

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 PDF Read All 57 Java Beans Questions
Previous QuestionNext Question
What is EJB object?What is EJB context?