Saved Bookmarks
| 1. |
What Is Ejb Object? |
|
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. 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. |
|