In general, this is not possible. Consider for example:

Object obj1 = new Object();
Object obj2 = obj1;

Both obj1 and obj2 are references to the same object. In this case, what
object name would you want?

Perhaps if you explain what you are trying to do we can help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to