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 )

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

What is bean managed transaction?

Interview Question: Is Decorator an EJB design pattern?

What do you understand by Synchronization?

What is J2EE Connector architecture?

What is similarities/difference between an Abstract class and Interface?

How to define an Interface?

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: Why are some of the class and element names counter-intuitive?

Interview Question: What is the difference between find and select methods in EJB?

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

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

Types of Interviews

Interview Question: How do I install Struts?

Question: How is the MVC design pattern used in Struts framework?

Latest Articles (in Interview)