Which of the following browser technologies executes dynamic programming code natively on the client's computer to create interactive UI behaviors without continuous server interaction? MCQ with Answer and Explanation
Which of the following browser technologies executes dynamic programming code natively on the client's computer to create interactive UI behaviors without continuous server interaction?
A. SQL Client Scripts
B. CSS Layout Core
C. XML Metadata Templates
D. JavaScript
Answer: Option D
Solution (By JKSSB Mock Tests)
JavaScript is the standard client-side scripting language interpreted natively by modern browser engines to implement complex interactive logic on web pages.
Explanation:
Referrer-Policy defines the amount of referrer information (URL of previous page) that should be included in requests, for privacy and security.
Explanation:
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.
Explanation:
XML (eXtensible Markup Language) and JSON are commonly used for data interchange in AJAX. However, XML is the 'X' in AJAX, though JSON is now more prevalent.
No comments yet. Be the first to start the discussion!