What is a difference between scripting language and
programming language?

Answer Posted / anwar basha

1.Programming languages(PL) are used to build an application.
2.PL are compiler based languages
3.PL uses more memory space hence called heavy weight coding
4.Generally PL are case sensitive
5.PL are complex to understand & implement

1. Scripting languages(SL) are client side scripting
2.SL are interpreter based languages
3.SL uses less memory space hence called light weight coding
4. SL are case insensitive
5.SL are easy to understand & implement

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can automation testing find ssame no. of bugs what we can find by manual testing?

1442


How will you get the largest subscript of an array in vbscript?

582


How can the spaces from the string be removed?

558


What are the naming conventions while declaring a variable in the vbscript language?

593


How to create a cookie using vbscript?

562






How to throw an error in vbscript?

585


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3162


how does vb script help in web page designing? explain with example.

1570


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2137


What are keywords in the vbscript language?

504


How will you get the natural logarithm of the given number in vbscript?

583


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1643


What purpose does ‘on error resume next’ serves?

530


Which data type/types are supported by vbscript language and what are their specialties?

568


Which in-built function related to an array joins substrings into one string in the vbscript language?

492