Computer Science, asked by seamuslee9909, 1 year ago

What are primitive data types? what are the primitive data types supported by java programming language?

Answers

Answered by cyrusbishop
3

Answer:

Primitives are the "basic" data values. The word 'Primitive' means a fundamental component that may be used to create other larger parts. Thus by primitive data types, we mean fundamental data types offered by Java.

The primitive data types supported by Java programming language are byte, short, int, long, float, double, char and boolean.

Answered by sneha413639
1

Answer:

Your answer is in the attachment.

Attachments:
Similar questions