Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Programming
→
ASP Dot net Interview Questions in Programming
→
What is static and dynamic linking in COBOL?
1.
What is static and dynamic linking in COBOL?
Answer»
Static Linking
Dynamic Linking
Here, all the library modules are basically copied into a final executable image.
This
REFERS
to the names of external or shared libraries that are placed on the memory.
The OS places a single
FILE
on the memory containing the
SOURCE
code and other referencing libraries.
This lets programmers
USE
a single copy of the executable file once the program has been loaded, but not the
ORIGINAL
file, a copy of it.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What are the differences between OS VS COBOL and VS COBOL II?
How do I resolve the SOC7 error?
What is the difference between continue and next sentence in COBOL?
What is a scope terminator?
What is the difference between performing a SECTION and a PARAGRAPH?
What is the difference between external and global variables in COBOL?
What is the procedure division in COBOL?
What is ssrange and nossrange in COBOL?
What are the different rules to perform a search in COBOL?
What is the difference between binary search and sequential search in COBOL?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies