What is early binding and late binding in java?
Answer / Deepshikha Mishra
Early binding occurs at compile time when the method to be called by an object is known at that point. Late binding, also known as dynamic binding, occurs during runtime when the actual method to be executed is determined based on the object's class or type.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many objects are created when we create String class object using new operator?
Why chararray() is preferred over string to store the password?
What are the observer and observable classes?
wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?
Is a string literal?
Is it compulsory to have atleast one abstract method in abstract class?
Can we overload the main() method?
Is namespace same as package in java?
What is the difference between static (class) method and instance method?
What is an empty class? What functionality does it offer in Java?
1 Answers Deloitte, EXL, JPMorgan Chase,
How to check if linked list contains loop in java?
Explain role of constructor in a java application?