Can we override static methods?
Answer Posted / neha jain
yes we can override static method but can not overload that
is called method hiding nt overloading.
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is numeric data type?
Can we have more than one package statement in the source file?
What is application system?
What occurs when an object is constructed?
What is autoboxing in java?
Mention some interfaces implemented by linked list in java.
What is the difference between a choice and a list?
What is java lang string?
What is the use of System class?
What does the three dot emoji mean?
Why does java doesnt suuport unsigned values?
How can a gui component handle its own events?
Does java support multiple inheritance or not?
What are the different http methods?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?