what is the differenece btwn scripting language and
programming language

Answers were Sorted based on User's Feedback



what is the differenece btwn scripting language and programming language..

Answer / praveen

programming lang is used for developing the application and
it is used for server side.and scripting lang is used for
the validating the application and it is in client
side/server side.

Is This Answer Correct ?    5 Yes 1 No

what is the differenece btwn scripting language and programming language..

Answer / bfakruddin

Hello friend,

Programming Language is compiler based
Scripting Language is Interpreter based

Programming Language develops .exe files
Scripting Language not develops .exe files

e.g. 20 to 30 lines of Programming language is equal to 3 to
4 lines of scripting language

Programming Language converts all coding in one shot to
machine level language
Scripting Language converts Line by line code into machine
level language

Is This Answer Correct ?    0 Yes 0 No

what is the differenece btwn scripting language and programming language..

Answer / neelima

In scripting language no compilsation and in c,cpp,java
languages .exe,.obj,.class files are created but here
no another file created.

need less memory

and looseley programming language

no type of variable declaration and

easy to develop

Is This Answer Correct ?    0 Yes 0 No

what is the differenece btwn scripting language and programming language..

Answer / aparna

Scripting language is lighter than programming
languages..what i want to say is in programming languages
like C we need to have compiler and all. but for scripting
languages these all are not required.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More VB Script Interview Questions

What is the difference between a dictionary and an array?

0 Answers  


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

0 Answers  


write a program to display the system specifications of client system with the help of vb script.

1 Answers  


Explain about constants in vb script?

0 Answers  


write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )

1 Answers  






What is the difference between vb debugger and the script debugger?

0 Answers  


generic function for webedit box for web application

1 Answers  


I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


How are arrays declared in the vbscript language?

0 Answers  


Which function allows you to instantiate an object given its programmatic identifier or progid?

0 Answers  


How will you get the smallest subscript of an array in vbscript?

0 Answers  


how to organize files in object repository of qtp

1 Answers  


Categories