ASP
|
JSP
|
ASP
stands for Active Server Pages.
|
JSP
is the acronym of Java Server Pages.
|
ASP
is released by Microsoft.
|
JSP
is released by Sun Microsystems.
|
ASP
uses Visual Basic language.
|
JSP
is a Java based language.
|
ASP
application can be connected to MS SQL and MS Access database. ADO can be
used to connect to other databases.
|
JSP
can be connected to any database by loading the appropriate driver and then
connecting to the database through that driver.
|
Microsoft
IIS Server supports ASP on the Windows platform.
|
Apache
Tomcat Web Server and Linux based server support the website built using JSP.
In addition, JSP also runs on IBM and JBOSS application servers.
|
ASP
is not a free language because ASP relies on Windows and IIS; both of them
are not available for free.
|
JSP
is available for free. You can create JSP application and execute them using
Apache Tomcat web server, all for free.
|
ASP
code can only be interpreted.
|
JSP
code can be interpreted as well as compiled.
|
Similer…..
|
|
HTTP And HTTPS |
GET And POST |
No comments:
Post a Comment