What is the difference between client-side script and
server-side script?

Answer Posted / shivshambhu

IN A SERVER SIDE SCRIPTING LANGUAGE THE BROWSER WILL FIRsT PLACE THE REQUSET FOR THAT FILE(one.jsp or one.php) TO THE WEBSERVER. IF THE FILE FILE IS PRESENT IN THE SERVER(FOR EXAMPLE IN CASE OF APACHAE WEB SERVER IF THE FILE IS PRESENT
IN htdocs FOLDER)IT WILL SEND THAT FILE TO THE JSP OR PHP ENGINE DEPENDING ON THE FILE EXTENSION FOR PROCESSING.THE OUTPUT OF THIS PROCESSING IS IN BROWSER UNDERSTABLE FORM. APACHAE WILL PUT THIS IN A temp FILE AND PASS IT TO THE BROWSER.THE BROWSER WILL INTERPRET IT AND WE GET THE FINAL OUTPUT IN OUR SCREEN.

IN A CLIENT SIDE SCRIPTING LANGUAGE LIKE JAVASCRIPT MOST OF THE MORDERN BROWSERS COMES WITH BUILT IN JAVASCRIPT INTERPRETER WHICH PROCESSES THE CODE AND GIVES THE OUTPUT. DURING PROCESSING OF A CLIENT SIDE SCRIPTING LANGUAGE THE SERVER IS NOT INVOLVED.

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?

2571


What process happens behind, when we try to access any page on the internet.

1638


What is a form collection in asp?

529


what is database deployment?

1571


Explain how is method overriding different from overloading?

482






How to insert the records in a database table by using asp?

452


Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?

491


___________ and ____________ properity to be used to create localized version of a form

1502


What inheritance is and an example of when you might use it?

517


Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same

1779


what is the need of a sealed class when we are having a structure

1847


Is asp a language?

509


How do you initialize a two-dimensional array that you don't know the dimensions of?

495


What is the difference between post and get method.

530


How do I open aspx files on windows 10?

508