| Author |
Static properties
|
Vidyakar Sharma
Greenhorn
Joined: Dec 27, 2009
Posts: 16
|
|
Is there any way to stop static variable loading?
Thanks
Vidyakar Sharma.
|
Vidyakar Sharma.
|
 |
Greg Brannon
Bartender
Joined: Oct 24, 2010
Posts: 530
|
|
|
Comment it out? Can you provide more details?
|
Learning Java using Eclipse on OpenSUSE 11.2
Linux user#: 501795
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
dont give a reference to the particular class which holds that static variable!
|
 |
Gaurav Raje
Ranch Hand
Joined: Jul 23, 2010
Posts: 131
|
|
a hack... but should work
dont get me started on why its bad code
|
 |
 |
|
|
subject: Static properties
|
|
|