ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following data type stores longest floating-point value?
Correct Answer: B — double
'double' is the longest data type with 64-bit defined by Java to store floating-point values.