Is there a way to detect if two objects in Java are aliased to each other? In C I guess we can check the memory addresses that two pointers are pointing to. But is there a way to do that in Java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In java, the variables are references so you can compare them using
|
|||||||||||||||||
|
