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
- The Web container calls the method annotated with javax.annotation.PostConstruct
- B
- The web container creates a new instance of the Service Implementation Bean.
- C
- The web container creates a new instance of the Service Implementation Bean.
- D
- The Web container calls the method annotated with javax.annotation.PostActivate
How the community answered
(25 responses)- A8% (2)
- B80% (20)
- C8% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.