Why method overloading and method overriding required in java?
Answer / sonu
function overloading is used to achieve dynamic binding, and overriding is used to achieve run time polymorphism , dynamic binding .
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the use of Getters and Setters method ?
explain the clone method and clonable interface
What is jit compiler in java?
What is ascii code?
what is the difference between future and callable interface in java?
What is the difference between reader/writer and inputstream/output stream?
What is reflexive association?
What is a vector in java?
If we don’t want some of the fields not to serialize how to do that?
What do you mean by pointer value and address?
Why do we create threads in java?
For class CFoo { }; what default methods will the compiler generate for you>?