What are the sizes, in bits, of the float and double data types in Java?

Choose the correct answer

Explanation

In Java, the float type occupies 32 bits, while the double type uses 64 bits, making option A the correct choice.

What are the sizes, in bits, of the float and double… — Java concepts and its programming | PakQuizHub