nerdexam
IBM

C2180-371 · Question #113

JSR109 defines the life cycle of a Service Implementation Bean in the Web container. Which sequence of statements below is TRUE?

The correct answer is B. 1. The web container creates a new instance of the Service Implementation Bean. See the full explanation below for the reasoning.

Question

JSR109 defines the life cycle of a Service Implementation Bean in the Web container. Which sequence of statements below is TRUE?

Options

  • A
    1. The Web container calls the method annotated with javax.annotation.PostConstruct
  • B
    1. The web container creates a new instance of the Service Implementation Bean.
  • C
    1. The web container creates a new instance of the Service Implementation Bean.
  • D
    1. The Web container calls the method annotated with javax.annotation.PostActivate

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    80% (20)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C2180-371 Practice