-
Which of the following method is not associated to handling the memory ________________.
-
- NPN_MemFree
- NPP_HandleEvent
- NPN_MemAlloc
- NPN_MemFlush
- 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.