what is the differenece btwn scripting language and
programming language
Answers were Sorted based on User's Feedback
Answer / praveen
programming lang is used for developing the application and
it is used for server side.and scripting lang is used for
the validating the application and it is in client
side/server side.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / bfakruddin
Hello friend,
Programming Language is compiler based
Scripting Language is Interpreter based
Programming Language develops .exe files
Scripting Language not develops .exe files
e.g. 20 to 30 lines of Programming language is equal to 3 to
4 lines of scripting language
Programming Language converts all coding in one shot to
machine level language
Scripting Language converts Line by line code into machine
level language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neelima
In scripting language no compilsation and in c,cpp,java
languages .exe,.obj,.class files are created but here
no another file created.
need less memory
and looseley programming language
no type of variable declaration and
easy to develop
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aparna
Scripting language is lighter than programming
languages..what i want to say is in programming languages
like C we need to have compiler and all. but for scripting
languages these all are not required.
| Is This Answer Correct ? | 0 Yes | 2 No |
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
Explain the difference between POST and GET Method.
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
What is select case statement?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
pls tell me which is good book or site for vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What is loose binding? Why is it not a good practice to use it?
Can anyone help me in write coding to get this pattern * ** *** ****
When are redim statement and preserve keyword used in the vbscript language?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
What are the disadvantages of vbscript?