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 |
Which Math method is used to calculate the absolute value of a number?
What is bitwise complement?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
Which programming language is best in future?
What do you understand by the bean persistent property?
What is vector?
how come we know the object is no more used in the class?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What the difference is between execute, execute Query, execute Update?
What is the memory leak in java?
What is the multilevel inheritance. and also give the Example of it ?