Answer Posted / 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 View All Answers
Explain the features of java?
What are jee technologies?
Is main a function?
What is wrapper class html?
What is the difference between break and continue statements?
What is the difference between keyword and identifier?
Write a program to solve producer consumer problem in java?
What does index mean in java?
How do you test a method for an exception using junit?
Can It is possible to synchronize the constructor of a Java Class?
What is the use of flag?
What is enhanced loop in java?
What is a boolean in java?
What isan abstract class and when do you use it?
What is an abstract class and what is it’s purpose?