Saved Bookmarks
| 1. |
What is the application cache in HTML5 and why it is used? |
|
Answer» The application cache is a feature in HTML 5 which is used to STORE website data inside a CACHED VERSION, thus allowing accessibility without net connectivity. It is very useful for desktop-based web applications REQUIRING to store data on LOCAL systems. |
|