answersLogoWhite

0

Reference variables in java is used to refer to an object.

Its a way to access another variable or memory address with a variable and change the data inside the memory address.

It gives direct access to the memory access.

example:-

Box b=new Box();

b is the reference variable of type Box. It can hold reference to any instance of class Box.

new Box() creates an instance of class Box. So b is now pointing to an object of class Box.

shreya..

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

Earn +20 pts
Q: What is refrence variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp