1.

Which method is used for sending data to URL from memory buffer?(a) NPN_PostURL(b) NPN_GetURLNotify(c) NPN_GetURL(d) NPN_PostURLNotifyThis question was addressed to me in a job interview.The origin of the question is HTML Plugins in chapter Advance HTML of HTML

Answer»

Right answer is (a) NPN_PostURL

For explanation: For SENDING DATA to URL from file or a memory BUFFER we USED NPN_PostURL. The result OBTAINS from a server can also be sent to a particular browser window or frame for display, or delivered to a plug-in instance in the new stream.



Discussion

No Comment Found

Related InterviewSolutions