Home » JAVA Programming » Basic Datatypes » Question
  1. Which of these literals can be contained in float data type variable?
    1. -1.7e+308
    2. -3.4e+038
    3. +1.7e+308
    4. -3.4e+050
    5. NA
Correct Option: B

Range of float data type is -(3.4e38) To +(3.4e38)



Your comments will be displayed only after manual approval.