Multiple choice Which of the following is not primitive type in Java? Double Float Large 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.