Which type of web application uses a single HTML page structure that dynamically updates content via AJAX as the user navigates, avoiding full page reloads? MCQ with Answer and Explanation
Which type of web application uses a single HTML page structure that dynamically updates content via AJAX as the user navigates, avoiding full page reloads?
A. Static Site Framework
B. Legacy CGI Script Portal
C. Single Page Application (SPA)
D. Directory Web Index
Answer: Option C
Solution (By JKSSB Mock Tests)
Single Page Applications (SPAs), like those built with modern JavaScript frameworks, load a single shell document and update components dynamically to provide a fluid app-like feel.
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
Explanation:
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.
Explanation:
Third-party cookies are set by external domains (like embedded ad scripts or social tracking widgets) on the page you are currently browsing.
No comments yet. Be the first to start the discussion!