What exactly is a reference in Java?
Is a reference a pointer to a value type? For example:
int number = 2587;
is number a reference of int?
I am learning java and I heard of reference but I cant seem to find a good
explanation of what exactly a reference is!
No comments:
Post a Comment