This code prints the same object two times in a row:
println(obj)
println(obj)
To your surprise, the two lines in the console are different. Why?
This code prints the same object two times in a row:
println(obj)
println(obj)
To your surprise, the two lines in the console are different. Why?
Create a free account to access the full topic