Can you override static method in java?
Answer / sagar kathane
yes we can override static methods in java. and it is called method hiding because it hides parent method and reflex whatever changes have been done in child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is are packages?
What is the main use of java?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How do you remove an element from an arraylist in java?
What does system.gc() and runtime.gc() methods do?
Why should we use singleton pattern instead of static class?
Write a program to print all permutations of string?
Where are local variables stored?
What are advantages of exception handling in java?
State the significance of public, private, protected class?
What problems will occur when you don?t use layout managers?
What is adapter in java?