Which of the following transaction attribute instructs the Container that the business method defined within an enterprise bean should be executed within an active transaction?
Here the keyword is
within. A method with REQUIRED transaction context can be called even when its not
within. a transaction context but for MANDATORY, its requred to be called
within a transaction.
I guess this question is a bit ambiguous and has to do more with grammar
