Multiple choice

Which of the following is class instance for the Primitive int?

  1. Integer.Type

  2. integer.type

  3. integer.class

  4. Integer.class

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

Integer.TYPE is the Class object representing the primitive type int.