What is a difference between scripting language and
programming language?
Answers were Sorted based on User's Feedback
Answer / deepaksuri82
1. Scripting language execute client side
2. Interpretator is required to execute scripting language.
1.Programming language execute server side
2. Compiler is required for executing it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / anwar basha
1.Programming languages(PL) are used to build an application.
2.PL are compiler based languages
3.PL uses more memory space hence called heavy weight coding
4.Generally PL are case sensitive
5.PL are complex to understand & implement
1. Scripting languages(SL) are client side scripting
2.SL are interpreter based languages
3.SL uses less memory space hence called light weight coding
4. SL are case insensitive
5.SL are easy to understand & implement
| Is This Answer Correct ? | 0 Yes | 0 No |
Check whether given Number is Even or Odd?
What are string functions in vbscript?
write a vbscript for finding the sum of the numbers from 1- 50
what is the function to get the ascii value of the character?
Can u describe what kind of testing are for OTC derivates by banks.
Which function allows you to instantiate an object given its programmatic identifier or progid?
Both Static and dynamic arrays are handled by VB script. Is it true?
what is used of Property........End Property loop ? how to write the script for it?
When are redim statement and preserve keyword used in the vbscript language?
Is VB Script Case sensitive or Case insensitive?
What is vbscript?
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?