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 )

What are the call back methods in Session bean?

Interview Question: What is the difference between sessioncontext and entitycontext?

What is bean managed transaction?

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

What types of comments are available in the JSP?

Interview Question: Can i map more than one table in a CMP?

What is transient variable?

Interview Question: Why it is called Struts?

Interview Question: What is EJB container?

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

Interview Question: What is lazy loading?

Interview Question: What is local interface. How values will be passed?

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What is the difference between EAR, JAR and WAR file?

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

Latest Articles (in Interview)