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
Tuesday, December 13, 2011
Static
Static means common to all.
The static members and static methods can be called without creating objects.
If static members and static methods are called through objects, it shares the same memory for all objects.
No comments:
Post a Comment