What is a Primitive data type?
Answers
Answered by
0
In computer science, primitive data type is either of the following: a basic type is a data type provided by a programming language as a basic building block. Most languages allow more complicated composite types to be recursively constructed starting from basic types.
hope this helps you..
hope this helps you..
Answered by
0
Answer:
Primitive data types are the data types, which are independent of any other type. These types are also called Basic Data Types.
Explanation:
Primitive data types are pre-defined or built-in data types because the system developers of Java have defined them. Therefore by primitive data types, we mean fundamental data types offered by Java.
Similar questions