Difference Between Scripting Language and Programming Language ? - TestingQ.com

-->Exclusive Portal for Testing Jobs

Difference Between Scripting Language and Programming Language ?

Scripting Language:

  • Scripting language used to validate the application.
  • Ex: vb script, jscript, perl, shell script etc..
  • It is easy to learn.
  • Scripting languages are flexible (No restrictions).
  • It uses interpreter as translator.
  • Used in client side validation.
Programming Language:

  • Programming Languages are used to develop the application.
  • Ex: c, c++, c#, vb, java etc
  • Bit difficult to learn.
  • It is not flexible (so many restrictions).
  • It uses compiler as translator to convert high level language to machine level language.
  • Used in server side validations.

No comments:

Post a Comment