EJB containers supports what kind of transaction attributes?
Answer / niranjanravi
EJB Container supports 6 types of transaction attributes.
required,requiresnew,supports.notsupported.mandatory,never
| Is This Answer Correct ? | 1 Yes | 0 No |
what are main features in EJB?
What is bean in ejb?
Why serialization is used?
How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?
What is entity beans in ejb with example?
Why stateless is better than stateful?
what is the Control flow of an Entity?
What is @enableautoconfiguration?
What is the difference between session and entity beans? When should I use one or the other?
What are the various types of entity beam?
What is the purpose of JNDI?
How EJB and JDBC/SQLJ are related?