ASP Programming Question:

Download Job Interview Questions and Answers PDF

What is the difference between client-side script and server-side script?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is application Object in ASP? What is the command to display characters to the HTML page in ASP?