InterviewSolution
Saved Bookmarks
| 1. |
Which is not a form of client-side storage?(a) Web Databases(b) FileSystem API(c) Offline Web Applications(d) Online Web Applications |
|
Answer» Right answer is (d) Online Web Applications To explain: Client-side storage allows the creater to store data on the users system for faster loading of the website. The various forms of client-side storage are web databases, filesystem API, Offline web applications and cookies. |
|