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

What is meant by cookies? Explain the main features?

0 Answers  


Is classic asp still supported?

0 Answers  


What is ASP (Active Server Pages)?

2 Answers  


What is the order of precedence for logical operators.

0 Answers  


What is asp what can asp do for you?

0 Answers  






Name the data type should you use if you want an 8-bit value thats signed?

0 Answers  


What do you mean by asp?

0 Answers  


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

0 Answers  


Explain how big is the char?

0 Answers  


Short note on creation of job site in ASP.

0 Answers  


Distinguish Server side and Client side scripts?

1 Answers  


What is the function of Buffer in Response Object?

1 Answers  


Categories