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
Can we have try without catch block?
What is the covariant return type?
What is meant by method overriding?
What is javac in java?
Garbage collection in java?
Is linkedlist thread safe in java?
How do you check if two strings are equal in java?
What occurs when an object is constructed?
Can a class be final?
Explain the difference between comparator and comparable in java?
What is the difference between final, finally and finalize() in java?
What is initial size of arraylist in java?
What is ++ a in java?
What is mutable object and immutable object?
Explain java thread life cycle.