Can static methods be overridden?
Answer Posted / deepak sikka
yes
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the string function?
What's the base class of all exception classes?
State the main difference between c++ and java?
Can I import same package/class twice?
Why do we use variables?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is the difference between state-based unit testing and interaction-based unit testing?
What is the difference between a switch statement and an if statement?
What is a class variable?
Can you extend main method in java?
How does class forname work in java?
What are the main differences between the java platform and other platforms?
What is a wrapper method?
How to declare objects of a class ?
what is deadlock? : Java thread