two data types and it's functions
it's the question of computer
please answer I will make you brainliest
Answers
Answered by
0
Answer:
Explanation:
primitive data type and non primitive data type
Primitive types are predefined (already defined) in Java. Non-primitive types are created by the programmer and is not defined by Java
Non-primitive types can be used to call methods to perform certain operations, while primitive types cannot.
A primitive type has always a value, while non-primitive types can be null.
A primitive type starts with a lowercase letter, while non-primitive types starts with an uppercase letter.
The size of a primitive type depends on the data type, while non-primitive types have all the same size.
Similar questions