MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries? |
| A. | Smaller sizes of executable |
| B. | Lesser overall page fault rate in the system |
| C. | Faster program start-up |
| D. | Existing programs need not be re-linked to take advantage of newer versions of libraries |
| Answer» D. Existing programs need not be re-linked to take advantage of newer versions of libraries | |