hiii guys :)
here is a piece of code .. which i m not able to understand the output of this code
Code Java:
output : False
[I@3e25a5
Printable View
bcz u r comparing two arrays addresses ,that is why it is giving false.
and second one it is printng the address of Array a.
What don't you understand? What do you expect?Quote:
which i m not able to understand the output of this code
@super Moderator
Actually the first output is clear to me which was False..
but for the second value i have doubt .. is it a reference value or it is address ???? my answr is that it is a reference value .. bczzz wen every time i run the code it gives the same reference value ....and in case of address it alwayz get changed .. plz specify the correct reason if i am wrong
Thanks