GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Oracle  >  Java

 Print  |  
Question:  What is the difference between static binding and dynamic binding?




June 06, 2006 01:22:22 #2
 SrinivasaRao.T   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between static binding and ...
 

Static Binding: if the binding is occur at compile time of our source code is called static binding

Dynamic Binding: if the binding is occur when interpreter our class fine, then that binding is called Dynamic Binding.

     

 

Back To Question