Computer Science, asked by yalini59, 7 months ago

what is data reference in Java?

Answers

Answered by sivasanjana
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 mahi3690
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