can a static method be overridden
Answer Posted / rohit salecha
Overriding is Dynamic Polymorphism , i.e. the method will
be called at run-time and not at compile time. and static
methods are called at compile time(Hence no Compiler Error).
So if you are overriding a static method , you defeat the
purpose of having having a dynamic binding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a session? Can you share a session object between different theads?
What do you mean by Socket Programming?
Explain what is orm?
Which textcomponent method is used to set a textcomponent to the read-only state?
which type of objects reference will be given to client?
Can I have an action without a form?
What is prototype?
What is the relationship between local interfaces and container-managed relationships?
What’s jboss cache in short?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What are JTA/JTS and how they used by client?
What is table mutation and how do you avoid it?
What is colon_pkg_prefixes and what is its use?
What is a tasks priority and how is it used in scheduling?
Java is fully object oriented languages or not?