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 |
how to check whether link is disabled in QTP??
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
Give examples where vb script can directly run on users system with windows as os?
join all the array values without using join function?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
Explain about scrrun.dll in vbscript?
Explain about arrays in vb script?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What is dictionary object in vbscript? Explain?
Which function is used to perform string comparison?
Explain about the extension .hta?
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?