What is early binding and late binding in java?



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

Post New Answer

More Core Java Interview Questions

How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,


Why chararray() is preferred over string to store the password?

1 Answers  


What are the observer and observable classes?

1 Answers  


wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?

2 Answers  


Is a string literal?

1 Answers  


Is it compulsory to have atleast one abstract method in abstract class?

10 Answers  


Can we overload the main() method?

1 Answers  


Is namespace same as package in java?

1 Answers  


What is the difference between static (class) method and instance method?

1 Answers  


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?

1 Answers  


Explain role of constructor in a java application?

5 Answers  


Categories