English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

This refers to an Object at memory address 635bb7.

Object is the basic class for all objects so I cannot identify the object type from the information given.

You have also not supplied the context for the message.

2006-06-19 02:30:34 · answer #1 · answered by AnalProgrammer 7 · 1 0

It is the String representation of an object, generated by the toString method. You likely got it by trying to print out an instance, perhaps in a System.out.print(ln) call.

The toString method that is inherited from java.lang.Object simply prints out the name of the class with an index. Generally, for his/her own classes, a programmer would override the toString method so that it returns a more appropriate String that describes instances of their class.

2006-06-19 10:01:29 · answer #2 · answered by Brock Lee 2 · 1 0

hmm i believe that would be an error msg u should prolly uninstall sun.java and reinstall it

2006-06-19 08:43:43 · answer #3 · answered by meowbaby7 4 · 0 0

fedest.com, questions and answers