-
The browser will not call the plug-in _________.
-
- NPP_Print
- NPN_InvalidateRect
- NPP_SetValue
- NPP_HandleEvent
- None of these
Correct Option: B
Browser calls various plug-in methods like NPP_Print, NPP_SetWindow, NPP_SetValue, NPP_HandleEvent, NPP_GetValue. NPP_SetValue is for setting the browser information, for delivering platform-specific event to instance browser calls NPP_HandleEvent method.