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 |
Which constant is used for print and display functions and works as same as pressing enter key?
accept a string & display whether a is present or not
how to organize files in object repository of qtp
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
write a vb script to display first 5 odd numbers from 1 to 100
What are class events?
how to write basic programs in VB Script like addition, multiplication?
How will you get a subset of a array in vbscript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Explain about the functionality of vb script?
What's the difference between vbscript and vb.net?