1.

Which is the storage that allows the caching of web pages and their associated resources?(a) Web Databases(b) FileSystem API(c) Offline Web Applications(d) CookiesThis question was posed to me in a national level competition.I would like to ask this question from Client-Side Storage topic in division Server-Side and Client-Side Scripting of JavaScript

Answer»

The correct answer is (c) Offline WEB Applications

To elaborate: HTML5 DEFINES an “Offline Web Applications” API that allows the caching of web pages and their ASSOCIATED resources (scripts, CSS files, images, and so on). This is client-side storage for web applications themselves rather than just their data, and it allows web apps to install themselves so that they are available even when there is no CONNECTION to the INTERNET.



Discussion

No Comment Found

Related InterviewSolutions