IBM
C2180-371 · Question #112
A developer is using the Web container programming model as per JSR109. Which statement regarding the Service Implementation Bean is true?
The correct answer is C. The class must have a default public constructor. See the full explanation below for the reasoning.
Question
A developer is using the Web container programming model as per JSR109. Which statement regarding the Service Implementation Bean is true?
Options
- AThe class can be final
- BThe class must define finalize() method
- CThe class must have a default public constructor
- DThe class can save client specific state across method calls using instance variables
How the community answered
(39 responses)- A5% (2)
- B3% (1)
- C82% (32)
- D10% (4)
Community Discussion
No community discussion yet for this question.