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 |
Which command is used to remove all rows from a table?
What is cloudant database?
What is ACQUIRE/RELEASE in BIND?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
How to resolve -504 sql code in DB2?
How does DB2 use multiple table indexes?
What is meant by AUTO COMMIT?
How to find last record before record through SQLRPGLE?
What is reorg?
What is null in db2?
How to see the structure of db2 table??
How to execute stored procedures?