What is dynamic binding?

Answers were Sorted based on User's Feedback



What is dynamic binding?..

Answer / ravikiran(aptech mumbai)

dynamic binding is the binding that takes place during runtime

Is This Answer Correct ?    5 Yes 1 No

What is dynamic binding?..

Answer / swetcha

Also called late binding, it is the linking of a routine or
object at runtime based on the conditions at that moment

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can java list be null?

0 Answers  


Why a dead thread occurs?

0 Answers  


Difference between prefix and postfix forms of the ++operator?

3 Answers  


Is java developer a good career?

0 Answers  


what is wrapper class and its uses?

2 Answers  






What are java packages? What's the significance of packages?

0 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


What is dynamic array in java?

0 Answers  


difference between byte stream class and character stream class?

0 Answers  


What will be the initial value of an object reference which is defined as an instance variable?

0 Answers  


Can we override constructor in java?

0 Answers  


How are this() and super() used with constructors in java programming?

0 Answers  


Categories