What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript? MCQ with Answer and Explanation
What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript?
A. DNS Registry Logs
B. LocalStorage
C. Session Cookies
D. RAM Buffers
Answer: Option B
Solution (By JKSSB Mock Tests)
The Web Storage API provides 'localStorage', allowing web applications to save data locally inside the user's browser with no built-in expiration timeline.
Explanation:
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.
No comments yet. Be the first to start the discussion!