Multiple choice

Which of the following is not primitive data type?

  1. int

  2. Long

  3. String

  4. Float

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

String is reference type.