What is the id=xxx next to variable entries in the Eclipse Debugger> I know it seems to uniquely identify the object. But what I can’t tell is what it’s relationship to the object is.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ID number is arbitrarily assigned by the eclipse debugger, it is just a clue that can help when you are debugging to easily figure out if two variables are pointing to the same object or not …