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
How to create an immutable class?
Is string is a keyword in java?
What are new features introduced with java 8 ?
How can you generate random numbers in java?
What does percent mean in java?
What is fail first in java?
How to make a non daemon thread as daemon?
Why deletion in linkedlist is fast than arraylist?
What is function and its uses?
Why singleton is not thread safe?
What does || mean in code?
Is void a wrapper class?
What is collection class in java? List down its methods and interfaces.
Can a class have 2 constructors?
What is skeleton and stub?