The data types classes and interface are known as .........data types.
Answers
Answered by
3
Explanation:
class type :
Objects (Classes & Interfaces) and Arrays are the reference or non-primitive data types in Java. They are so called because they are handled by "reference" i.e. variables of their type store the address of the object or array in a variable. ... Such type is called reference types in Java.
Answered by
2
Objects (Classes & Interfaces) and Arrays are the reference or non-primitive data types in Java. They are so called because they are handled by "reference" i.e. variables of their type store the address of the object or array in a variable. ... Such type is called reference types in Java.
Similar questions