iGuest 3 Report post Posted July 10, 2011 what is diffrence between jsp and java script Share this post Link to post Share on other sites
Ananya 0 Report post Posted May 4, 2012 The basic difference between JSP and javascript is that the former one is server side scripting and later one is a client side scripting.Client side scripting actually helps one to prevent the client form take an extra trip to the server.It stops the form from getting submitted at the very step if the validation fails.But server side validation happens at a much later stage and so doesn't prevent that round trip. Share this post Link to post Share on other sites