Multiple choice

Which of the following interfaces for an enterprise bean defines the bean's life cycle methods?

  1. Remote interface

  2. Home interface

  3. Optimized method invocation

  4. service()

  5. containsHeader(java.lang.String name)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The home interface for an enterprise bean defines the bean's life cycle methods.