Home » HTML » HTML APIs » Question
  1. Which of the following method is not associated to handling the memory ________________.
    1. NPN_MemFree
    2. NPP_HandleEvent
    3. NPN_MemAlloc
    4. NPN_MemFlush
    5. None of these
Correct Option: B

There are three methods used in memory handling in plug-ins. NPN_MemFree method is used to free memory allocated. NPN_MemAlloc method is used to allocate memory from the browser. NPN_MemFlush is used to free memory in Mac OS only.



Your comments will be displayed only after manual approval.