What is Enterprise JavaBeans (EJB) container?


It manages the execution of enterprise beans for J2EE applications.
Enterprise beans and their container run on the J2EE server.



Explore posts in the same categories: EJB Interview Questions, J2EE Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How is JavaBeans differ from Enterprise JavaBeans?
  • The JavaBeans architecture is meant to provide a format for general-purpose components. On the other hand, the Enterprise JavaBeans architecture...
  • What is Enterprise JavaBeans (EJB)
  • A component architecture for the development and deployment of object-oriented, distributed, enterprise-level applications. Applications written using the Enterprise JavaBeans architecture...
  • What is the difference between JavaBean and EJB?
  • A Java Bean is a software component written in the Java programming language that conforms to the JavaBeans component specification....
  • What is EJB container?
  • An EJB container is a run-time environment that manages one or more enterprise beans. The EJB container manages the life...
  • What do Enterprise JavaBeans components contain?
  • Enterprise JavaBeans components contains Business code, which is logic that solves or meets the needs of a particular business domain...
  • What is Enterprise JavaBeans Query Language (EJBQL)
  • Defines the queries for the finder and select methodsof an entity bean having container-managed persistence. A subset of SQL92, EJB...
  • What is resource adapter
  • A system-level software driver that is used by an EJB container or an application client to connect to an enterprise...
  • What is business logic
  • The code that implements the functionality of an application. In the Enterprise JavaBeans architecture, this logic is implemented by the...
  • Are enterprise beans allowed to use Thread.sleep()?
  • Enterprise beans make use of the services provided by the EJB container, such as life-cycle management. To avoid conflicts with...
  • What is EJB container
  • A container that implements the EJB component contract of the J2EE architecture. This contract specifies a runtime environment for enterprise...

    Comment:

    You must be logged in to post a comment.