Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Is a JavaScript script faster than an ASP script?
Is a JavaScript script faster than an ASP script?
✍: Guest
Yes. Since JavaScript is a client-side script it does not require the web server's help for its computation, so it is always faster than any server-side script like ASP, JSP, PHP, etc..
2010-08-31, 4009👍, 0💬
Popular Posts:
How can method defined in multiple base classes with same name be invoked from derived class simulta...
How Many Tags Are Defined in HTML 4.01? There are 77 tags defined in HTML 4.01: a abbr acronym addre...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...