Programming Tutorials

Comment on Tutorial - equals() Versus == in Java By Mashoud



Comment Added by : Avinav

Comment Added at : 2011-10-04 13:52:23

Comment on Tutorial : equals() Versus == in Java By Mashoud
What does Strings s1,s2 variable contains, when i try s1==s2,
does it contains address of the object or hashcode or something else?


View Tutorial