Interview Question

Created by admin on Sat, 17/11/2012 - 17:02
Question: 

Explain the differences between Server-side and Client-side code?

Language: 
Answer: 
Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn't have some of the functionality like sockets, uploading, etc. For these you have to make a custom component usually in VB or VC++. Client side scripting means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc.