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
Which textcomponent method is used to set a textcomponent to the read-only state?
What is table mutation and how do you avoid it?
What is the difference between session and entity beans?
what is a non-repeatable read?
What is ioc concept & explain it?
What is the difference between the string and stringbuffer classes?
Why is string immutable in java?
What state does a thread enter when it terminates its processing?
How primary key is implemented in Oracle?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is ioc concept?
How to determine SGA site?
What are the different algorithms used for clustering?
Do I have to use jsps with my application?
What is the map interface?