What is a difference between scripting language and
programming language?
Answers were Sorted based on User's Feedback
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 |
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 |
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
How to remove the spaces in a string Ex: "this is apple"
write a vb script to generate hello 5 times using do until loop
Give examples where vb script can directly run on users system with windows as os?
How to find arry size in qtp vb script
What is a difference between scripting language and programming language?
What is the use of option explicit statement?
What are the advantages of vbscript?
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
How many types of procedures are available in the vbscript language?
What is purpose of scripting.filesystemobject class in vbscript?
What are the rules to name variable in vbscript?