Advertisements
Advertisements
Question
What are the differences between Client-side Scripting and Server-side Scripting?
Answer in Brief
Solution
Client-side Scripting:
- It is used at the frontend which users can see from the browser.
- Client-side scripting does not need any server interaction.
- Client-Side scripting language involves languages such as HTML5, JavaScript, etc.
- Client-side scripting is used for validation purposes.
Server-side Scripting:
- It is used at the backend, where the source code is not visible or hidden in the client browser.
- When a server-side script is processed it communicates to the server.
- Server-side scripting language involves languages such as PHP, ASP.NET, Python, etc.
- Server-side scripting is useful in customizing the web pages and implements dynamic changes in the website.
shaalaa.com
Two Types of Scripting
Is there an error in this question or solution?