IBM Exam Questions

Which statement regarding the Service Implementation Bean is true?

A developer is using the Web container programming model as per JSR109.
Which statement regarding the Service Implementation Bean is true?

A.
The class can be final

B.
The class must define finalize() method

C.
The class must have a default public constructor

D.
The class can save client specific state across method calls using instance variables