a) is not deleted after the browser has been closed
b) can be seen but can’t edit
c) can be seen as well as edit
d) is deleted after the browser has been closed
Answer: d
Explanation: sessionStorage object works same as localStorage object except the data is stored for one session only. When the use closes the browser the data is deleted.
Related Posts
Operating System maintains the page table for ____________
What is compaction?
The page table contains ____________
Program always deals with ____________
The address of a page table in memory is pointed by ____________
Memory management technique in which system stores and retrieves data from secondary storage for use in main memory is called?
Run time mapping from virtual to physical address is done by ____________
Join The Discussion