Answer Posted / vishu
jsp is server side language so it is run on the java
enabled server or any server like apatchi tomacat.
when u run the jsp page then every time page will refreshed
by the server
whre as Java scrip is a language which is used to perform
the validating task of the project it won't be refreshed by
the server rather than browser.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can a function return a function?
How do I convert a string to an int in java?
What are the application of stack?
How will you communicate between two applets?
What are the different http methods?
Is simpledateformat safe to use in the multithreaded program?
Explain about instanceof operator in java?
what is the purpose of the runtime class?
What does the append?
Explain enumeration in java?
How to make a read-only class in java?
What is the primary benefit of encapsulation?
Explain parallel processing in java8?
What do you mean by light weight and heavy weight components?
How do you override a method in java?