Home » HTML » HTML APIs » Question
  1. What is the prefix of all the browser-specific functions?
    1. GPN
    2. NPN
    3. NPP
    4. UPP
    5. None of these
Correct Option: B

It is a convention that all of the browser specific functions have the prefix ‘”NPN” and all of the plug-in specific functions have the prefix “NPP”. Gecko calls plug-in API function NP_Initialize at the time when plug-in code first loaded.



Your comments will be displayed only after manual approval.