Home » JAVA Programming » Object & Classes » Question
  1. Which of these methods loads the specified dynamic library?
    1. library()
    2. loadlibrary()
    3. load()
    4. loadlib()
    5. None of these
Correct Option: C

load() methods loads the dynamic library whose name is specified.



Your comments will be displayed only after manual approval.