can a static method be overridden
Answer Posted / nitasha
Static methods are not overriden, they are hidden by static
method in subclass. Check out the link:
http://www.xyzws.com/javafaq/can-static-methods-be-overridden/1
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How will you pass parameters in RMI? Why do you serialize?
What is clustering? What are the different algorithms used for clustering?
What are various types of class loaders used by jvm?
How can I avoid validating a form before data is entered?
What are the sequence of steps to write pub or sub model kind of application?
What you mean by COM and DCOM?
what are RemoteObjects?
What is the difference between the string and stringbuffer classes?
What is the difference between a static and a non-static inner class?
What is ripple effect?
How can I scroll through list of pages like the search results in google?
Why do I get a duplicate name error when loading a jar file?
what are the activation groupworks?
What is the relationship between the canvas class and the graphics class?
Do we need to override service() method