Programming Tutorials

Interview Question: What is the difference between JavaBean and EJB?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is the difference between JavaBean and EJB?

Answer:

A Java Bean is a software component written in the Java programming language that conforms to the JavaBeans component specification. The JavaBeans APIs became part of the "core" Java APIs as of the 1.1 release of the JDK.

The JavaBeans specification defines a Java-based software component model that adds a number of features to the Java programming language. Some of these features include:
.introspection
.customization
.events
.properties
.persistence

Enterprise JavaBeans (EJBs) are Java-based software components that are built to comply with Java's EJB specification and run inside of an EJB container supplied by a J2EE provider. An EJB container provides distributed application functionality such as transaction support, persistence and lifecycle management for the EJBs.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Explain the Encapsulation principle.

What is transient variable?

Interview Question: What are the call back methods in Entity bean?

Interview Question: What is the difference between JavaBean and EJB?

What is Deployment Descriptor?

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

Interview Question: Where can I get help with Struts?

What is the difference between JTS and JTA?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Interview Question: Where can I get a copy of Struts?

What are implicit Objects available to the JSP Page?

Interview Question: Write code of any Action Class?

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

What are all the different scope values for the tag?

Interview Question: What is the difference between ejbCreate() and ejbPostCreate?

Latest Articles (in Interview)