Java Beans Question:
Download Questions PDF

What is EJB object?

Java Beans Interview Question
Java Beans Interview Question

Answer:

An object whose class implements the enterprise bean's remote interface. A client never references an enterprise bean instance directly. A client always references an EJB object. The class of an EJB object is generated by a container's deployment tools.

Download Java Beans Interview Questions And Answers PDF

Previous QuestionNext Question
What is entity bean?What is EJB Home object?