GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Oracle  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 36 of 134    Print  
What is the difference between static binding and dynamic binding?

  
Total Answers and Comments: 3 Last Update: September 19, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 14, 2006 02:38:43   #1  
Jeetu        

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

Static binding is nothing but Late binding and vise versa.


 
Is this answer useful? Yes | No
June 16, 2006 01:22:22   #2  
SrinivasaRao.T        

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.


 
Is this answer useful? Yes | No
September 19, 2009 15:50:24   #3  
kumpsath Member Since: September 2009   Contribution: 3    

RE: What is the difference between static binding and dynamic binding?

1. Statis Binding : Initialize the variable like private static HashMap map new HashMap();

2. Dynamic Binding: Initialize the variable like private HashMap map; and somewhere in the method do map new HashMap();

Please let me kknow if any change is there...!


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape