Multiple choice

Which of the following is a 64-bit Integer?

  1. char

  2. long

  3. short

  4. int

  5. byte

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A long type is a 64-bit signed integer type. It has a large range covering from -923,372,036,854,775,808 to 9,223,372,036,854,775,807.