Monday, January 28, 2019

Scripting Language

  • 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
  1. Client Side Scripting Language
 The Scripting which is running within the browser is called as   Client Side Scripting.
 Example:
  1. Live Script
  2. Java Script
  3. Type Script
  4. Action Script
  2.Server Side Scripting Language

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