Multiple choice

Which of the following is not primitive type in Java?

  1. Double

  2. Float

  3. Large

  4. Short

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

Double, Float, and Short are valid primitive types (or wrapper classes, but here they refer to the types). Large is not a primitive type in Java.