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 Constructor
Static constructor gets only once, even through any no. of objects are created.
Static constructor will be executed even if we access the members of a class instead of creating objects (But it will be executed only once).
No comments:
Post a Comment