Which is default transaction attribute for the business method
of a bean?

Answers were Sorted based on User's Feedback



Which is default transaction attribute for the business method of a bean?..

Answer / jaganath panda

REQUIRED
i.e
@TransactionAttribute(value=TransactionAttributeType.REQUIRED)

Is This Answer Correct ?    5 Yes 2 No

Which is default transaction attribute for the business method of a bean?..

Answer / jnj

no

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More EJB Interview Questions

What is Entity Bean and Session Bean?

1 Answers   KPIT,


How stateful session beans will maintain consistency, across transaction updates?

2 Answers  


How to invoke ejb from java client?

0 Answers  


Why is ejb used?

0 Answers  


Tell me difference between Container managed persistent bean & Bean managed persistent bean?

1 Answers   KPIT,






explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


How do you decide whether you should use session, entity or message driven bean?

0 Answers  


What is difference between ejb and spring?

0 Answers  


Name the interfaces that you used in Beans?

2 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

0 Answers  


What are the design goals of EJB Architecture?

1 Answers  


What are the design goals of EJB architecture?

1 Answers  


Categories