The Artima Developer Community
Sponsored Link

Legacy Design Forum
Designing with Static Members

Advertisement

Advertisement

This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

static method

Posted by Susilo on September 28, 2001 at 12:00 AM

Hi,
I know that static variable have only one copy. Every new object of that class won't have that static variable.
Is it the same with static method? Does method also stored in the memory like the variable?
I also know that static block are executed only once when the class is loaded, but how about static method?

Thanks



Replies:
  • Static Methods Sayari November 12, 2001 at 10:07 PM (0)
  • Re: Vasil Babanov November 09, 2001 at 4:54 AM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us