Java Beans Question:
Download Job Interview Questions and Answers PDF
What is EJB Home object?
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 Question | Next Question |
What is EJB object? | What is EJB context? |