nerdexam
SAP

C_TAW12_750 · Question #72

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

The correct answer is D. It must be defined as FINAL G. It must be instantiated using a static private constructor. See the full explanation below for the reasoning.

Question

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

Options

  • AIt must be instantiated using a private instance constructor
  • BIt must be instantiated using a protected instance constructor
  • CIt must be instantiated using a static protected constructor
  • DIt must be defined as FINAL
  • EIt must be instantiated using a public instance constructor
  • FIt cannot be defined as FINAL.
  • GIt must be instantiated using a static private constructor
  • HIt must be instantiated using a static public constructor

How the community answered

(51 responses)
  • C
    10% (5)
  • D
    80% (41)
  • E
    2% (1)
  • F
    4% (2)
  • H
    4% (2)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_750 Practice