Can we override static methods?
Answer Posted / karun
yes ,we can override the static methods to a nonstatic or
static methods
| Is This Answer Correct ? | 4 Yes | 52 No |
Post New Answer View All Answers
What are the disadvantages of using inner classes?
What are identifiers in java?
What is the difference between super class & sub class?
What is difference between pointer and reference?
What is immutability in java?
Why singleton is not thread safe?
Is empty set an element of empty set?
What is a byte array?
What is meant by call by reference?
Is it possible to compare various strings with the help of == operator?
What is console based application in java?
Explain about abstract classes in java?
What is nextline method in java?
How many types of memory areas are allocated by jvm?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread