While debugging I want to make sure that the Object in use (passed/modified in methods) by multiple threads is the same Object.
As in Java we can not find an object address, how to check if it is the same object? Is there a special way to find that in Netbeans or any other IDE?