can a static method be overridden
Answer Posted / lakshmanan n
Static methods can be overriden but why do you want to call
the static methods thro instance of the subclass or super
class.
If it is a static method.
call those methods like the following...
SuperClassName.methodName()
SubClassName.methodName()
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can I use multiple html form elements with the same name?
What is the infobus?
How will you pass parameters in RMI? Why do you serialize?
What is bean? Where can it be used?
whats is mean by connectionpooling
Which container method is used to cause a container to be laid out and redisplayed?
How messaging services are done, before release of JMS?
What is the RMI and Socket?
Do I have to use jsps with my application?
What is the purpose of the finally clause of a try-catch-finally statement?
Name the class that is used to bind the server object with RMI Registry?
What are the diff types of exception?
Describe activation process?
Define prototype?
What is the difference between long.class and long.type?