1.

Which of the following is not a web storage interface?(a) storage(b) window(c) storageEvent(d) privacyThis question was posed to me in an online quiz.My enquiry is from Web Storage topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Correct choice is (d) privacy

Easiest explanation: There is only three web storage interface window, storage, and StorageEvent. Window OBJECT provides access to the LOCAL storage objects. Storage retrieves, set and REMOVE DATA from the domain. Storage event is fired when the storage area on a document’s window changes.



Discussion

No Comment Found

Related InterviewSolutions