πŸ“Š Machine Learning
Q. 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) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Offline Web Applications

Explanation: 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.

Explanation by: Mr. Dubey
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


πŸ“Š Question Analytics

πŸ‘οΈ
149
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate