Can static methods be overridden?
Answer Posted / durga
We can't override static methods,becoz static methods are loaded at class loading time,so it is class level.but we overload static methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the list interface?
Which class is used by server applications to obtain a port and listen for client requests?
what do you mean by marker interface in java?
What is private protected in java?
Where are the card layouts used?
Is it possible for a yielded thread to get chance for its execution again?
Can you inherit a constructor java?
What are nested classes in java?
What are annotations in java?
Is string pool garbage collected?
What do you mean by buffering?
Explain Basics of OOP Language in java
Explain about java sdk?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
How to find the largest value from the given array.