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
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How are arrays declared in the vbscript language?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is the difference between vb debugger and the script debugger?
Explain vbscript in detail?
Explain about .wsf files?
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 check whether link is disabled in QTP??
How will you get a combined string from array of string in vbscript?
Explain the .wsf files?
What is byref and byval parameters in vbscript?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
How will you get a string with the specified character the specified number of times in vbscript?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What is loose binding? Why is it not a good practice to use it?