what is Static and dynamic linking



what is Static and dynamic linking ..

Answer / srini

In static linking the load modules of the called/sub
programs are also loaded into main/calling program load
module,and incase of dynamic linking the load modules of
main/calling and sub/called programs are kept seperate and
will be loaded dynamically when ever there is a perticular
call statement.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More DB2 Interview Questions

Why might full image copies be faster to implement than an incremental image copy?

4 Answers  


List out the buffer pools in db2

0 Answers  


How do you retrieve the data from a nullable column?

2 Answers  


What are iseries servers?

0 Answers  


What is sqlcode -811?

7 Answers   Accenture, CTS, TCS,


Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?

1 Answers   IBM,


What os does db2 run on?

0 Answers  


What is package in db2 mainframe?

0 Answers  


what is load and unload in db2

1 Answers   IBM,


Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....

1 Answers  


Which isolation level provides highest data integrity?

0 Answers  


why we create view.

5 Answers  


Categories