What is a difference between scripting language and
programming language?
Answer Posted / 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 |
Post New Answer View All Answers
Why to use option explicit in vb script?
When are redim statement and preserve keyword used in the vbscript language?
Difference between dim,public and private variables in vb script?
What is Procedure or Subroutine in VB Script?
What is sql loader? Explain the files used by sql loader to load file?
What purpose does ‘on error resume next’ serves?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to open a file. What is the perpose of true and false mode there?
Both Static and dynamic arrays are handled by VB script. Is it true?
How are comments handled in the vbscript language?
How will you reverse a string in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
How to write functions and sub in vb script?
Which event is triggered when mouse focus comes out of an element in the vbscript language?