nerdexam
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)
  • A
    5% (1)
  • B
    9% (2)
  • C
    5% (1)
  • D
    82% (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.

Full 98-375 Practice