In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic linking?
Answer / Pervinder Singh
Load-time dynamic linking occurs when a program loads all its dependencies (libraries or modules) during initialization. Run-time dynamic linking occurs when a program requests and loads necessary libraries or modules at runtime as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
differences between qtp10.0 and 11.0 ?
About CLR, reflection and assemblies?
converting 41.685 to binary
I want Ada programming language books. Could anyone post me any link for that?
what is microprocessor?
why we use static with only main()class not with other class
When we use Windows authentication mode
How to get the index of the clicked field in reports in ABAP?
if heap sort contains n elements, no of comparsions required are
what is the difference between "types" and "data" in abap.
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out