Home » HTML » HTML APIs » Question
  1. When is the instance created, which plug-in API function is called?
    1. NPP_New
    2. NP_Initialize
    3. NPP_Destroy
    4. NP_Shutdown
    5. None of these
Correct Option: A

NPP_New function is called by the browser when an instance is created. There can exist multiple instances of the same plug-in. There are two conditions for it first if there are multiple embedded objects on a single page, second if several browser windows are open.



Your comments will be displayed only after manual approval.