Computer Science, asked by riyaverma4779, 4 months ago

write all primitive data types .write default value of all integer primitive data types​

Answers

Answered by Anonymous
1

Answer:

Java Primitive Data Types

Data Type Default Value Default size

int 0 4 byte

long 0L 8 byte

float 0.0f 4 byte

double 0.0d 8 byte

Answered by Anonymous
0

Primitive data are only single values, they have not special capabilities. The examples of Primitive data types are given byte, short, int, long, float, double, char etc. ... A non-primitive data type is something else such as an array structure or class is known as the non-primitive data type.

Similar questions