Microsoft
98-375 · Question #7
In HTML5, which two objects in the Web Storage specification are used to store data on the client? (Choose two.)
The correct answer is D. sessionStorage E. localStorage. There are two new objects for storing data on the client: localStorage-stores data with no expiration date session Storage-stores data for one session
Understanding Game Programming
Question
In HTML5, which two objects in the Web Storage specification are used to store data on the client? (Choose two.)
Options
- Awebsocket
- Bnavigator
- Ccache
- DsessionStorage
- ElocalStorage
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- C5% (1)
- D82% (18)
Explanation
There are two new objects for storing data on the client: localStorage-stores data with no expiration date session Storage-stores data for one session
Topics
#HTML5#Web Storage#sessionStorage#localStorage
Community Discussion
No community discussion yet for this question.