- Scripting languages is a type of programming languages used to write small Scripts.
- Scripting languages are used to automate the functionality of developed software.
- Scripting languages are interpreted.
Types of Scripts
- Client Side Scripting Language
 The Scripting which is running within the browser is called as   Client Side Scripting.
 Example:
- Live Script
- Java Script
- Type Script
- Action Script
The Script which running within the web server is called as Server Side Scriptng.
Example:
Python ==> SimpleHTTPServer
ASP ==> IIS (Internet Information Services)
JSP ==> Tomcat/Sun Java System Web Server
PHP ==> Apache
 
No comments:
Post a Comment