When a session bean has container-managed demarcation value of 'Supports', which three methods run in an unspecified transaction context?
1. ejbActivate
2. getRollbackOnly
3. getUserTransaction
4. ejbRemove
5. afterBegin
6. afterCompletion
Options
- 1,4,3
- 4,2,6
- 1,4,6
- 2,5,6
CORRECT ANSWER : 1,4,6
Write your comments