DEVFYI - Developer Resource - FYI

What is EJB object

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

81. What is EJB object

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.

(Continued on next question...)

Other Interview Questions