faqts : Computers : Programming : Languages : Java : JSP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

what is the difference between jsp and java script

Apr 16th, 2007 18:57
Anjesh Dubey,


java script is a client side scripting language that runs on the clients
computer and JSP is a server side language . The Full form of JSP is
Java Server Pages. It runs in the server when the url is requested from
the browser and processed and html output is send to the clients computer.