Computer Science, asked by harmandeepsingh0548, 8 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 imtiyazallam
5

Answer:

64 bit integer primitive type is long (in java)

Similar questions