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
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
Is asp still used?
which property will make a control span an entire site office parent class
What is asp in web?
Explain life cycle of asp page.
How does asp differ from html?
Define request object?
Whats the implicit name and type of the parameter that gets passed into the class set method?
What is asp in web design?
Whats the difference between struct and class in c#?
What options are available to deploy my .net applications?
what is the role of attributes properties in asp field object
How many types of report in asp.net 2008?
What do I have to do to make my code work with the security system?
What is Response object? How is it related to ASP's Response object?