What are the sizes, in bits, of the float and double data types in Java?
Explanation
In Java, the float type occupies 32 bits, while the double type uses 64 bits, making option A the correct choice.
In Java, the float type occupies 32 bits, while the double type uses 64 bits, making option A the correct choice.