Is a javascript script faster than an ASP script?

Is a javascript script faster than an ASP script?

- Yes, javascript is faster than ASP script.

-Since java scripting is written for client-side machines / browsers, it does not need the web server's support for execution.

- Hence it is always faster than ASP scripting. Only the computation is done on the server side.

- ASP is a server side language so it does needs the assistance of the web server which is a time consuming process.

- PHP, ASP etc. are all server side scripting languages that is why they are slower than the ASP script.
JavaScript - What is == operator ?
The ‘==’ operator is a boolean comparison operator that returns true if the variables on its both sides...
What is negative infinity?
It’s a number that is obtained by dividing a negative number by zero. (in JSP)...
What’s relationship between JavaScript and ECMAScript?
JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard...
Post your comment