InterviewSolution
Saved Bookmarks
| 1. |
What are client side scripting languages?(a) The languages designed to be executed on the client’s web browser(b) The languages designed to be executed on the server(c) The languages designed to reduce the amount of data costs incurred at the client end(d) The languages designed to be executed in multiple computers paralleled with each other |
|
Answer» Correct choice is (a) The languages designed to be executed on the client’s web browser For explanation: Client side scripting languages are those languages that are designed to be executed on the client’s web browser. These languages provide constructs that can be embedded with an HTML document. |
|