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

What happens if a constructor is declared private?

536


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

605


What is the difference between class & structure?

569


What is ternary operator? Give an example.

600


Can a final method be overloaded?

509






What do you understand by weak reference?

555


What is a treeset class?

560


How is string immutable in java?

541


Explain the difference between call by refrence and call by value?

563


What is the difference between stringbuffer and stringbuilder class?

571


Can you override private or static method in java?

553


Explain importance of inheritance in java?

604


What is anagram of a string?

517


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2371


what is meant by abstract class?

650