Home » JAVA Programming » Basic Operators » Question
  1. Can 8 byte long data type be automatically type cast to 4 byte float data type?
    1. No
    2. Yes
    3. True
    4. False
    5. None of these
Correct Option: C

Both data types have different memory representation that’s why 8-byte integral data type can be stored to 4-byte floating point data type.



Your comments will be displayed only after manual approval.