Can we override static methods?
Answer Posted / n.suresh babu
Yes, Static Methods can be overridden but it won't give
overridden behaviour. Overiding execution happens based on
the runtime object.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
How to disable caching on back button of the browser?
How do constructors use this() and super()?
What is the right data type to represent a price in java?
What is string [] java?
How many types of memory areas are allocated by jvm?
Can you explain inner class.
Are arrays static in java?
Give me example of derived data types.
What is the final field modifier?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is singleton pattern?
what is heap memory?
What is null object in java?
What is == mean?