What is a difference between scripting language and
programming language?

Answers were Sorted based on User's Feedback



What is a difference between scripting language and programming language?..

Answer / deepaksuri82

1. Scripting language execute client side
2. Interpretator is required to execute scripting language.

1.Programming language execute server side
2. Compiler is required for executing it.

Is This Answer Correct ?    2 Yes 2 No

What is a difference between scripting language and programming language?..

Answer / 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

More VB Script Interview Questions

What are the rules to name variable in vbscript?

0 Answers  


what is the function to display current date?

4 Answers  


how to retrive the tooltip by using descriptive programming in qtp?

3 Answers   iGate,


How are arrays declared in the vbscript language?

0 Answers  


How to open browser in vb script?

0 Answers  


am giving to one number u can set into that in date format.u can use any methods

1 Answers   HP,


write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail

2 Answers   Thomson Reuters,


Which function is used to perform string comparison?

0 Answers  


write a vb script to generate the following pattern ***** **** *** ** *

7 Answers   Blue Star,


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

0 Answers  


what is the object hyrarchy in QTP for a web based application

0 Answers  


How strcomp function works?

0 Answers  


Categories