Ques:- What is binding java?
Asked In :-
Surya Software, Testrig Technologies, 360 Degree Cloud Technologies, SSB Software Solutions, Ennea, Evergent Technologies, Tanla Solutions Ltd, impetus, mitratech, cleartrail technologies,
Right Answer:
Binding in Java refers to the process of linking a method call to the method's body at runtime or compile time. There are two types of binding: static (or early) binding, which occurs at compile time, and dynamic (or late) binding, which occurs at runtime.
Binding in Java refers to the process of linking a method call to the method's body at runtime or compile time. There are two types of binding: static (or early) binding, which occurs at compile time, and dynamic (or late) binding, which occurs at runtime.