Computer Science, asked by chaitanyadaffodils, 9 months ago

Name the primitive data type in java that is: [2]

(a) A 64-bit integer and is used when you need a range of values widr than those provided by

int.

(b) A single 16-bit Unicode character whose default value is ‘\u000’.​

Answers

Answered by KS21433b
11

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. All whole numbers in the range of long are called integer literals of long type.

Waiting for being Brainlist

Answered by BatoolAmina
7

Answer:

1. long

Explanation:

2. char

Mark me brainliest

Similar questions