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
Should synchronization primitives be used on bean methods?
Can I use multiple html form elements with the same name?
What are the different approaches to represent an inheritance hierarchy?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Describe activation process?
What is the difference between the session.get() method and the session.load() method?
Do we need to override service() method
How to determine SGA site?
Can we sent objects using Sockets?
What are the different algorithms used for clustering?
What is prototype?
What is aop(assepct oriented programing)?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain how will the struts know which action class to call when you submit a form?
What are the different types of exception?