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 |
what do you mean .ota mobile format
Is vbscript a case-sensitive or case-insensitive?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
What is the use of "Option Explicit"?
How to replace junk code recorded by QTP with a mall function.
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
How to open excel in vb script?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
How will you release the memory acquired by an array variable in vbscript?
Write a Fucntion to close all Opened browser expect desired one?