Java   View all facts   Glossary   Help
member > instance member > instance method > method that is declared in Object class > toString
Next method that is declared in Object classwait method    Upmethod that is declared in Object class    Previous method that is declared in Object classnotifyAll   

toString comparison table
Subject have default implementation have is a kind of is a subtopic of is an instance of have purpose return write for
method that is declared in Object class a comment at its head if the method is non-obviousinstance methodMethods  a value that is of the return type of the method or a subtype of that type 
toStringthe name of the class followed by a hexadecimal code that distinguishes one instance from anotherspecification Example Methodsmethod that is declared in Object classto convert any kind of object into a stringa String representation of the object to which it is appliedevery class you create

Next method that is declared in Object classwait method    Upmethod that is declared in Object class    Previous method that is declared in Object classnotifyAll