This is my blog on Java Technology. This blog gives you a clear idea about basics of java and some example programs.In upcoming days i will update the concepts of Servlet,JSP,and J2EE concepts
Monday, December 12, 2011
Java.lang.Object
Java.lang.Object Class:
For all classes java.lang.Object is a base class.
The important methods of java.lang.Object class is:
toString();
hashCode();
equals();
getClass();
Notify();
NotifyAll();
Wait();
Note: The methods marked in blue color can override, and the methods marked in red color cannot be override.
No comments:
Post a Comment