can a static method be overridden
Answer Posted / gaythri
static method can be overridden
| Is This Answer Correct ? | 15 Yes | 43 No |
Post New Answer View All Answers
why static class in java
Can you control when passivation occurs?
Why a component architecture for the java platform?
what is a non-repeatable read?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Which containers use a border layout as their default layout?
Is the session factory thread safe?
What if the static modifier is removed from the signature of the main method?
When a thread blocks on i/o, what state does it enter?
Should synchronization primitives be used on bean methods?
What you mean by COM and DCOM?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the purpose of the wait(), notify(), and notifyall() methods?
What state does a thread enter when it terminates its processing?
How are the elements of a cardlayout organized?