Can static methods be overridden?
Answer Posted / sonu
No never we cannot override the static methods becouse overriding is done only run time and static methods get memory at compile time and static things not the part of object.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is update method called?
Explain about fail safe iterators in java?
Do you know why doesn't the java library use a randomized version of quicksort?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is the collection interface?
Why java applets are more useful for intranets as compared to internet?
How do you sort objects in java?
Explain java thread life cycle.
Are arrays immutable in java?
Is nullpointerexception checked or unchecked?
What are the ways in which a thread can enter the waiting state?
What is a variable in java?
What is binary tree in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
What does null mean in java?