When you create a in Java you create a variable name in whic
When you create a in Java, you create a variable name in which you can hold the memory address of an object.
Solution
Answer :
When you create a .... in Java, you create a variable name in which you can hold the memory address of an object.
Answer :
Reference
Exlanation :
When you create a reference in Java, you create a variable name in which you can hold the memory address of an object.A variable holds the information necessary to find object in memory.The information is called reference.
