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
How to determine SGA site?
Where can I ask questions and make suggestions about seam?
What are the pros and cons of detached objects?
Which container method is used to cause a container to be laid out and redisplayed?
What are transaction attributes?
Describe responsibilities of Activator?
What is a sessionfactory? Is it a thread-safe object?
What is the difference between the session.update() method and the session.lock() method?
whats is statement and procedure
What is the difference between ear, jar and war file?
the same information whether it will connect to the database or it will be used previous information?
What are the purpose of introspection?
What is a modular application? What does module-relative mean?
How is a java object message delivered to a non-java client?
Explain about thread synchronization inside a monitor?