Computer Science, asked by sakshisharmamtms, 2 months ago

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 dishitakumarivibafs2
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