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
How will you get the largest subscript of an array in vbscript?
Explain vbscript in detail?
How will you convert a string to lower case string using vbscript?
What are subprocedures in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What are string functions in vbscript?
How to create a function in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
please can you help me to get a code of flames using a visual basic 6
Explain the extension .hta?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Mention what is vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?