Oracle Interview Question

difference between static and dynamic linking

Interview Answer

Anonymous

Jul 30, 2017

In static linking,the external libraries that are required for program are linked during compile time whereas in dynamic linking they are stored along with executable file in memory and linked during run time.