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

Mention what is byref and byval parameters in vbscript?

0 Answers  


What is the use of "Option Explicit"?

2 Answers  


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

0 Answers  


What is byref and byval parameters in vbscript?

0 Answers  


what does create object actually do when you call it in vbscript?

1 Answers   Cap Gemini,






Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

0 Answers  


How will you convert a string to upper case string using vbscript?

0 Answers  


Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.

3 Answers   Amazon,


Why is the use of exit do or exit for statements within loops discouraged?

0 Answers  


Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar

0 Answers  


which is the bset training centre to learn automation tools?

2 Answers  


Give examples where vb script can directly run on users system with windows as os?

1 Answers  


Categories