GIAC
GSSP-JAVA · Question #6
Which of the following is the appropriate deployment descriptor elements entry for the code given below? @RunAs("admin") @Stateless public class StudentBean implements Student { //more code ... }
The correct answer is B. <enterprise-beans>. See the full explanation below for the reasoning.
Question
Which of the following is the appropriate deployment descriptor elements entry for the code given below? @RunAs("admin") @Stateless public class StudentBean implements Student { //more code ... }
Options
- A<enterprise-beans>
- B<enterprise-beans>
- C<enterprise-beans>
- D<enterprise-beans>
How the community answered
(21 responses)- A5% (1)
- B76% (16)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.