-
Which function will be called when the last instance of a plug-in is deleted?
-
- NPP_New
- NP_Initialize
- NP_Shutdown
- NPP_Destroy
- None of these
Correct Option: C
When the last instance of a plug-in is deleted Gecko calls the function NP_Shutdown. The plug-in code is unloaded from memory. Plug-ins consume no resources when not loaded, it only consumes a little disk space.