what is the differenece btwn scripting language and
programming language
Answer Posted / 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 |
Post New Answer View All Answers
Explain the tristate constants in vbscript?
How will you get a combined string from array of string in vbscript?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How do you declare a variable in vbscript?
How to declare an array in vbscript?
How are values assigned to the variables in the vbscript language?
How will you get the exponent of the given number in vbscript?
Explain about the functionality of vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Mention what is vbscript procedures?
who will create the object?
Is vbscript language a case-sensitive language and what does it mean?
What is the purpose of the err object in the vbscript language?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?