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 about automatic type conversion in java?
Can we sort hashset in java?
What is a default method?
Do extraneous variables affect validity?
What is the java idl system?
What is a singleton factory?
What is assembly language?
What is the syntax and characteristics of a lambda expression?
What are conditionals and its types?
What restrictions are placed on method overriding in java programming?
How do you create a bulleted list?
What are the different types of inheritance in java?
Can classes declared using the abstract keyword cab be instantiated?
Tell me the Importent classes in net package?
What are the main concepts of oops in java?