What is unique about a singleton? Select all that apply.

Posted by: Pdfprep Category: C_TAW12_750 Tags: , ,

What is unique about a singleton? Select all that apply.
A . It must be instantiated using a private instance constructor
B . It must be instantiated using a protected instance constructor
C . It must be instantiated using a static protected constructor
D . It must be defined as FINAL
E . It must be instantiated using a public instance constructor
F . It cannot be defined as FINA
H . It must be instantiated using a static private constructor
. It must be instantiated using a static public constructor

Answer: D,G

Leave a Reply

Your email address will not be published.