Programming Tutorials

What is bean managed transaction?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: In EJB transactions can be maintained by the container or developer can write own code to maintain the transaction. If a developer doesn't want a Container to manage transactions, developer can write own code to maintain the database transaction.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Question: Difference between forward and sendRedirect in JSP?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Explain garbage collection?

What is Collection API?

Differentiate between .ear, .jar and .war files.

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

What are all the different scope values for the tag?

The output of System.out.println(5>>2) in Java

What is the difference between interface and abstract class?

Interview Question: Write code of any Action Class?

What do you understand by a container in J2EE?

Interview Question: Do ActionForms have to be true JavaBeans?

What is bean managed transaction?

Interview Question: What is Deployment descriptor?

Is Iterator a Class or Interface? What is its use?

Latest Articles (in Interview)