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


Please Help Members By Posting Answers For Below Questions

Why to use option explicit in vb script?

795


When are redim statement and preserve keyword used in the vbscript language?

808


Difference between dim,public and private variables in vb script?

730


What is Procedure or Subroutine in VB Script?

820


What is sql loader? Explain the files used by sql loader to load file?

857


What purpose does ‘on error resume next’ serves?

781


Which function is used in the vbscript language to convert the specified expression into a date type value?

693


How to open a file. What is the perpose of true and false mode there?

818


Both Static and dynamic arrays are handled by VB script. Is it true?

816


How are comments handled in the vbscript language?

714


How will you reverse a string in vbscript?

828


what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?

1625


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)

1826


How to write functions and sub in vb script?

807


Which event is triggered when mouse focus comes out of an element in the vbscript language?

692