Moderate

Size of float and double in Java is________________?

Correct answer: A. 32 and 64

  • A. 32 and 64
  • B. 64 and 64
  • C. 32 and 32
  • D. 64 and 32

Explanation

Java specifies float as a 32-bit single-precision type and double as a 64-bit double-precision type. The names indicate precision, not merely storage size, so their sizes are 32 and 64 bits.

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