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 what pure virtual function is?
Can we use different return types for methods when overridden?
What is static in java?
Which api is provided by java for operations on set of objects?
What is a parameter in matrices?
Explain the importance of finally block in java?
What is string value?
How would you use Bubble Sort to sort the number of elements?
explain different ways of using thread? : Java thread
What are the supported platforms by java programming language?
What do you mean by stream pipelining in java 8?
What is java in simple terms?
Can we override constructor?
What is the impact of declaring a method as final?
Explain public static void main(string args[]) in java.