InterviewSolution
Saved Bookmarks
| 1. |
What is EJB |
| Answer» EJB stands for Enterprise JAVABEANS and EJB are distributed NETWORK aware components for developing scalable,secure,and multi-user components using J2EE. In other words EJBs are collection of JAVA CLASSES, interfaces and XML files that encapsulates the business logic of an application. | |