difference between jsp and java script?

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


Please Help Members By Posting Answers For Below Questions

Why singleton is not thread safe?

573


How many bits is a string in java?

587


What do you mean by stream pipelining in java 8?

748


Explain runtime exceptions?

755


What is super in java?

582






Is singleton thread safe in java?

558


What do you understand by private, protected and public?

531


What is oop in java?

541


What is consumer in java?

534


What is the difference between C++ and Java and your preferences?

633


Explain static nested classes ?

605


Is this valid in java ? Can we instantiate interface in java?

560


Explain tree set and its features?

607


What is a literal coding?

527


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

532