0
What is references?? Is references the same variables??
Woow.. whats that reference?? I didnt understand that.. is objects references?? . So as that, all any variables is referece... however i didnt understand this subject "reference" .. please explain it who was understand that
7 Réponses
+ 3
Sure, in java pointer refers to an object:
A a = new A();
When you pass object 'a' to the function, you can still access its members.
+ 3
References are types that doesn't contain any value, but they let you operate on variable they refer to.
+ 3
Just give me a few minutes
+ 1
yea.. that s right..thank you my friend..
I really love programming and Java language espisally
0
thx .. could u please give me an example code for refereces?
0
thx man.. but that is c++ code .. not java .. the references in c++ is defferent from java references