On 9/10/2010 9:15 AM, Martin Gainty wrote:
Ray and crew other than accomodating a main driver such as public static void main(String args[]) is there any reason for declaring any method or variable as static?
Sure. If you have methods that are self-contained, i.e., use only parameters or local variables, then there is little reason *not* to make them static. Why incur the object overhead?
-- Guy Rouillier --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
