What is the concept of Application Cache in HTML5? What are its advantages?

0

The Application Cache concept introduced by HTML5 means that a web application is cached, and accessible without an internet connection.

There are three advantages of Application Cache:

  1. Offline browsing - Users can use the application when they're offline
  2. Speed - Cached resources load faster
  3. Reduced server load - The browser will only download updated/changed resources from the server
asked Apr 15, 2023 at 00:22
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.