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

Explain Linked HashSet

1 Answers  


Can a method be overloaded based on different return type but same argument type?

0 Answers  


Is string is a data type in java?

0 Answers  


What does singleton class mean?

0 Answers  


What do you mean by access modifier?

0 Answers  






What is void in java?

0 Answers  


What are keyboard events?

0 Answers  


Can you extend singleton class?

0 Answers  


Which java collection does not allow null?

0 Answers  


What is difference between Iterator and for loop

9 Answers   HP,


Can list have duplicates in java?

0 Answers  


Can we override final method?

0 Answers  


Categories