What is the difference between EJB and Java beans?


EJB is a specification for J2EE server, not a product; Java beans may be a graphical component in IDE.



Explore posts in the same categories: EJB Interview Questions


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


Related Questions :

  • What is difference between custom JSP tags and beans?
  • Custom JSP tag is a tag you defined. You define how a tag, its attributes and its body are interpreted,...
  • What is EJB architecture(components)?
  • Enterprise beans-An enterprise bean is a non-visual component of a distributed, transaction-oriented enterprise application. Enterprise beans are typically deployed in...
  • What is the difference between session and entity beans?
  • An entity bean represents persistent global data from the database; a session bean represents transient user-specific data that will die...
  • What is the difference between Message Driven Beans and Stateless Session beans?
  • In several ways, the dynamic creation and allocation of message-driven bean instances mimics the behavior of stateless session EJB instances,...
  • What is J2EE component
  • A self-contained functional software unit supported by a container and configurable at deployment time. The J2EE specification defines the following...
  • 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 BDK?
  • BDK, Bean Development Kit is a tool that enables to create, configure and connect a set of set of Beans...
  • What is Session Bean?
  • A session bean is a non-persistent object that implements some business logic running on the server. One way to think...
  • What is difference between J2EE 1.3 and J2EE 1.4?
  • J2EE 1.4 is an enhancement version of J2EE 1.3. It is the most complete Web services platform ever. J2EE 1.4 includes: *Java...
  • What is the difference between Integer and int?
  • a) Integer is a class defined in the java.lang package, whereas int is a primitive data type defined in the...

    Comment:

    You must be logged in to post a comment.