Which of the following is not an advantage of client-side scripting?
2022
Which of the following is not an advantage of client-side scripting?
- A.
Fast processing as data is not sent to the server
- B.
Give developers more control over behaviour of web widgets
- C.
Allow for more interactivity by immediate responses to user’s actions
- D.
Give developers more control for data repositories across systems
Attempted by 125 students.
Show answer & explanation
Correct answer: D
Client-side scripting runs in the user’s browser, so it improves speed, interactivity, and UI control. However, control over data repositories across systems is handled on the server-side, not the client-side.
A video solution is available for this question — log in and enroll to watch it.