can a static method be overridden
Answer Posted / kapil dave
yes static methods can be overwritten.but it in fact hides the 1 in d superclass with the subclass 1.so the calling depends on d name of class frm which it is called.
there is a link to suns site where dis is described in detial..
http://java.sun.com/docs/books/tutorial/java/IandI/override.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to use debug in my elipse to solve problems that exist in my project
How would you detect a keypress in a jcombobox?
Why doesn’t the focus feature on the tag work in every circumstance?
Why are component architectures useful?
Why are some of the class and element names counter-intuitive?
whats is statement and procedure
Is the ternary operator written x : y ? Z or x ? Y : z ?
Which component handles cluster communication in jboss?
Which textcomponent method is used to set a textcomponent to the read-only state?
Explain how will the struts know which action class to call when you submit a form?
Explain about local interfaces.
Are there books about seam?
Which containers use a border layout as their default layout?
What is the difference between RMI registry and OS Agent?
Explain about thread synchronization inside a monitor?