What are primitive data types? what are the primitive data types supported by java programming language?
Answers
Answered by
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
1
Answer:
Your answer is in the attachment.
Attachments:
Similar questions