Which storage object is used for storing the data with no expiry date?

Options
- Session storage
- local storage
- mass storage
- stack storage


CORRECT ANSWER : local storage

Discussion Board
AI

GREAT

Atua 09-27-2023 04:13 PM

Local storage

HTML local storage provides two objects for storing data on the client:
-window.localStorage - stores data with no expiration date
-window.sessionStorage - stores data for one session i.e data is lost when the browser tab is closed.

Sapna 02-24-2017 06:52 AM

Object used for storing data.

Correct Answer : local storage.

Local storage is more secure, and large amounts of data can be stored locally, without affecting website performance.

Jayesh Sonar 02-23-2015 01:09 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement