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

how to check whether link is disabled in QTP??

0 Answers  


wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me

2 Answers  


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

1 Answers  


join all the array values without using join function?

1 Answers   CSS Corp,


how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.

2 Answers  






Explain about scrrun.dll in vbscript?

0 Answers  


Explain about arrays in vb script?

0 Answers  


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

0 Answers  


What is dictionary object in vbscript? Explain?

0 Answers  


Which function is used to perform string comparison?

0 Answers  


Explain about the extension .hta?

0 Answers  


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

0 Answers  


Categories