closed by
426 views
0 votes
0 votes
closed as a duplicate of: GATE CSE 2003 | Question: 76

Which of the following is NOT an advantage of using shared, dynamically linked libraries as opposed to using statistically linked libraries?

  1. Smaller sizes of executable files

  2. Lesser overall page fault rate in the system

  3. Faster program startup

  4. Existing programs need not be re-linked to take advantage of newer versions of libraries

closed by

Related questions

1 votes
1 votes
1 answer
1
Himanshu Goyal asked May 4, 2017
2,415 views
Can Anyone explain me the difference between Static and Dynamic links in Activation Records With some illustration or eg ?
2 votes
2 votes
1 answer
3
4 votes
4 votes
1 answer
4
Mk Utkarsh asked Nov 16, 2017
508 views
Does the dynamically linked files are slower in execution as compared to static linked files?