Can we override static methods?
Answer Posted / karun
yes ,we can override the static methods to static methods
only.
sorry for the previous my wrong answer.:((((
| Is This Answer Correct ? | 23 Yes | 15 No |
Post New Answer View All Answers
What is the difference between a factory and abstract factory pattern?
Is java free for commercial?
What is the exception hierarchy in java?
Why is stringbuffer faster than string?
Can an interface be defined inside a class?
What is synchronization and why is it important in java programming?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How to add menushortcut to menu item?
What is array list in java?
Which collection is sorted in java?
what is the significance of listiterator in java?
What is thread synchronization in java?
Which java collection does not allow null?
How to solve the problem of generating the unique hash keys with hash function?
Which class is used by server applications to obtain a port and listen for client requests?