Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

EJB QL is a Query Language provided for navigation across a network of

enterprise beans and dependent objects defined by means of container


managed persistence. 

a. True
b. False

Which case of a session bean obtains the UserTransaction object via the
EJBContext using the getUserTransaction() method in EJB transaction
management? 

a. Bean-managed transactions 
b. Container-managed transactions
c. Both A & B
d. None of the above

 Which of the following Declarative Transaction types is/are not valid

a) MANDATORY
b) REQUIRED
c) REQUIRES_NEW
d) NOT_MANDATORY
e) SUPPORTS
f) NOT_SUPPORTED
g) NEVER

You might also like