What is binding in Java ?

Questions by vishal1610kamal

Showing Answers 1 - 6 of 6 Answers

Rohit Verma

  • Jun 24th, 2012
 

Binding in java is between an object and its methods/variables. It can happen either at compile time( method overloading / normal call ) or at run time ( method override ).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions