Computer Science, asked by dhobisoham3, 4 months ago

Long is a/an ……….. ?


A. Built in data type B. Constant

C. Derived data type D. Variable​

Answers

Answered by Bhankar
0

Answer:

option a

built in data type

Answered by Anonymous
0

A)Built in data-type

long is a built-in and primitive data type having a size of 64 bit or 8 bytes.

The wrapper class of long data type is java.lang.Long which is used to create a Long object through autoboxing.

Similar questions