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 java life cycle?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
Differentiate between a class and an object.
what is the difference between a threads start() and run() methods? : Java thread
is it possible to add a object in a HASHMAP
How do you download stubs from Remote place?
How does indexof work?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
Can we create more than one object singleton class?
In Java, what types of classes perform inheritance?
How do you sort arrays in java?
how session will be expired?