1.

Before HTML5 where data had to be stored?(a) cookies(b) browser(c) only in Internet Explorer(d) only in ChromeThis question was posed to me during an internship interview.This interesting question is from Web Storage in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right choice is (a) cookies

To elaborate: When HTML5 was not introduced application data had to store in cookies when server REQUESTED for it. Web storage was secure then as WELL as LARGE data could be stored even it does not affect performance. After coming of HTML5 web applications can store data within the browser that the user is using.



Discussion

No Comment Found

Related InterviewSolutions