Multiple choice

Which of the following classes prevents it from being instantiated?

  1. NULL

  2. Final class

  3. Abstract class

  4. Meta class

  5. RemoteStackFrame class

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This class prevents it from instantiated.