Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Last edited by deependeroracle; February 16th, 2012 at 11:50 PM.
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?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