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  >  Interview Questions  >  Operating System  >  Unix Programming

 Print  |  
Question:  Why do we need a dynamic library for? How is it different from a static library



December 12, 2007 07:12:39 #2
 vthegde   Member Since: December 2007    Total Comments: 5 

RE: Why do we need a dynamic library for? How is it different from a static library
 
i think the other advantage is, multiple processes can share the same image of the library. this would reduce the foorprint and memory requirements of the process during execution
     

 

Back To Question