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 write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Mention what is the main difference between function and sub-procedure?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
how to add action through AOM in QTP
How to open a file. What is the perpose of true and false mode there?
Difference between Do while loop and while wend loop
How to take whole text output from screen of Bitmap Application.
How will you check that a variable is an array in vbscript?
what is the object hyrarchy in QTP for a web based application
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Is vbscript language a case-sensitive language and what does it mean?
What is the extension of the vbscript file?