The static methods r those which doesn't need to have an object of their class to call them.They r created when their class gets compiled.We cant override them as a nonstatic methods.
Shubha.
Shubhada
P Hunjan
Greenhorn
Joined: May 20, 2005
Posts: 16
posted
0
You can also refer to ->http://www.jchq.net/certkey/0102certkey.htm
" The process of overriding involves more than simply replacing a method in a child class, it involves the runtime resolution of what method to call according to its reference type. "
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
posted
0
Jaspar, welcome to JavaRanch. Please take note of our JavaRanch Naming Policy and change your displayed name to conform with it. You can use the My Profile link. Thanks, -Barry