what is data reference in Java?
Answers
Answered by
2
Explanation:
Reference datatypes in java are those which contains reference/address of dynamically created objects. These are not predefined like primitive data types. Following are the reference types in Java. class types − This reference type points to an object of a class.
Answered by
1
Answer:
Reference datatypes in java are those which contains reference/address of dynamically created objects. These are not predefined like primitive data types. Following are the reference types in Java. class types − This reference type points to an object of a class. I hope this helped you :))
Similar questions