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
Which class is the superclass for every class in java programming?
What is the use of java?
What methodology can be employed to locate substrings inside a string?
Is a boolean variable?
What is a function in programming?
Can inner class final?
What is final method?
What is an arraylist in java?
What is better- service oriented or batch oriented solutions?
What is the use of predicate in java 8?
How do you get length in java?
Which class contains a method: cloneable or object?
What are three types of loops in java?
When is finally block not called?
why are there separate wait and sleep methods? : Java thread