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

we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?

2 Answers  


Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?

3 Answers  


What is bind in db2?

0 Answers  


What do you mean by commit and rollback?

0 Answers  


What are foreign keys?

1 Answers  


Compare a subselect to a join?

1 Answers  


What are union and union all?

0 Answers  


Explain about open switch business continuity software?

0 Answers  


How would one remove old reorg information from the DB2 catalog?

2 Answers  


Where is the output of EXPLAIN stored?

2 Answers  


What is a SELECT statement?

1 Answers  


How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.

7 Answers   TCS,


Categories