difference between jsp and java script?

Answers were Sorted based on User's Feedback



difference between jsp and java script?..

Answer / shadow

Both of these are totally different things with nothing
common except the word "java". Javascript is a scripting
language that is interpreted by ur internet
browser.Javascript has nothing to do with the java
language, although it contains java in its name. As far as
its use is concerned, it is used mostly to validate the
user input on web forms. Also it is gr8ly used to change
the appearance of ur web page dynamically.
On the other hand, jsp is a part of java language and it
stands for java server pages. Server pages are the pages
that dynamically change their content according to the user
input(e.g when u login to hotmail or yahoo, it shows u ur
account after loging in). So jsp supports these dynamic
features and interaction with the databases.
Both of these are totally different things with nothing
common except the word "java". Javascript is a scripting
language that is interpreted by ur internet
browser.Javascript has nothing to do with the java
language, although it contains java in its name. As far as
its use is concerned, it is used mostly to validate the
user input on web forms. Also it is gr8ly used to change
the appearance of ur web page dynamically.

On the other hand, jsp is a part of java language and it
stands for java server pages. Server pages are the pages
that dynamically change their content according to the user
input(e.g when u login to hotmail or yahoo, it shows u ur
account after loging in). So jsp supports these dynamic
features and interaction with the databases....

$HADOW

Is This Answer Correct ?    8 Yes 0 No

difference between jsp and java script?..

Answer / vishu

jsp is server side language so it is run on the java
enabled server or any server like apatchi tomacat.
when u run the jsp page then every time page will refreshed
by the server

whre as Java scrip is a language which is used to perform
the validating task of the project it won't be refreshed by
the server rather than browser.

Is This Answer Correct ?    4 Yes 0 No

difference between jsp and java script?..

Answer / ankur pandya

When you run JSP, the web page has to call the server so you
will get a refresh on your page.

when you run Javascript the code runs on your computer via
the browswer so there is no refresh to your page.

Java and Javascript are completely separate languages and
have nothing to do with each other. A JSP, Java Servlet Page
is of the Java language

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the final method?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


What are the methods to rectify ambiguities in the interfaces in JAVA?

0 Answers   CGI,


What causes memory leak in java?

0 Answers  


If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?

7 Answers   Accenture, College School Exams Tests, iFlex, NIIT,






What is enhanced loop in java?

0 Answers  


What are Transient and Volatile Modifiers?

3 Answers   SAP Labs, TUP Manila,


How to change the priority of thread or how to set the priority of thread?

0 Answers  


Is void a wrapper class?

0 Answers  


How do you convert an int to a string in java?

0 Answers  


Can two objects have same hashcode?

0 Answers  


What is bigger kb or mb?

0 Answers  


Categories