nerdexam
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)
  • A
    5% (1)
  • B
    76% (16)
  • C
    5% (1)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice