1.

What does load(String)::= function do, in System class?(a) Loads dynamic library for a path name(b) Loads all the dynamic libraries(c) Loads all the Number in string format(d) Loads the processor with calculationsI had been asked this question in an online quiz.My question is taken from Inbuilt Classes topic in section Inbuilt Classes of Object Oriented Programming

Answer» RIGHT answer is (a) Loads dynamic library for a path name

Explanation: Only the SPECIFIED path NAMED dynamic libraries are loaded. All the dynamic libraries can’t be loaded at a time. Hence we use this function for specific libraries.


Discussion

No Comment Found

Related InterviewSolutions