Moderate

How many primitive data types are there in Java ?

Correct answer: D. 8

  • A. 5
  • B. 6
  • C. 7
  • D. 8

Explanation

Java has eight primitive types: byte, short, int, long, float, double, char, and boolean. String is a commonly mistaken answer, but it is a class rather than a primitive type.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions