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

Answers were Sorted based on User's Feedback



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

Answer / guest

Scripts executed only by the browser without contacting the
server is called client-side script. It is browser
dependent. The scripting code is visible to the user and
hence not secure. Scripts executed by the web server and
processed by the server is called server-side script.

Is This Answer Correct ?    91 Yes 12 No

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

Answer / neha mittal

client side take less time to execute since it execute at
client before it go to server whereas server side scripting
take more time b'coz it required to send the request to
server for execution .client side can be disable wheras
sever side can't be disable by end user.

Is This Answer Correct ?    43 Yes 7 No

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

Answer / abc

if the validations take place at client side,then such type
of scripting languages are called client side scripting
languages.Eg:javascript,vbscript
if the validations take place at server side,then such type
of scripting languages are called server side scripting
languages.Eg:Jsp,ASP,ASP.NET

Is This Answer Correct ?    27 Yes 4 No

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

Answer / 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

More ASP Interview Questions

Is asp better than php?

0 Answers  


Explain the difference between querystring collection and form collection?

0 Answers  


what is abstact class in asp.net?

1 Answers  


What is asp cookies?

0 Answers  


what is SDLC in Software?pl.give proper explaination

0 Answers  






whta are the stored procedure and why they are needed??

2 Answers   IBM,


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

4 Answers  


What do you need to run asp?

0 Answers  


We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.

0 Answers   Globtech BD,


How many types of report in asp.net 2008?

0 Answers  


What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.

1 Answers  


Explain the different types of session state management options available with asp.net?

0 Answers  


Categories