Name the primitive data type in Java that is 1) A 64 bit integer and is used when you need a range of values wider than those provided by int.
Answers
Answered by
4
Answer:
Explanation:The long data type is a 64-bit signed Java primitive data type. It is used when the result of calculations on whole numbers may exceed the range of the int data type. Its range is -263 to 263 – 1
Similar questions
Physics,
1 month ago
India Languages,
1 month ago
English,
2 months ago
Math,
10 months ago
Math,
10 months ago