Difference between scripting language and programming language??



Difference between scripting language and programming language??..

Answer / me

Not that it *really* matters, but strictly speaking a
programming language indicates that the written code has to
be compiled using a compiler for the target platform
(Windows, Unix etc), before it can be executed, like for
instance you compile C++ code into an exe file that you can
run by double-clicking it.

A scripting language is a script that is loaded into and
executed by a parser, like for instance javascript.

The javascript parser (or engine) itself would be a program
that is compiled, executed and is running in memory. The
javascript that we then add, is loaded by the engine and
then executed (parsed).

The same thing goes for web pages, the webbrowser (internet
explorer for example) is written in a programming language,
then compiled into an exe (iexplore.exe) and runs in memory
when you start it. The web page is written in HTML (for
example) and loaded into your browser. The browser parses
the HTML script and shows you the webpage.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JavaScript Interview Questions

How can a page be forced to load another page in javascript?

0 Answers  


What is console.log() and why it is used?

0 Answers  


Where do you put javascript in html?

0 Answers  


What is an undefined value in JavaScript?

0 Answers  


What does the delete operator do in JavaScript?

1 Answers  


Explain javascript accessors ?

0 Answers  


What is undefined value means in javascript?

0 Answers  


What are the different boolean operators in JavaScript?

0 Answers  


hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?

0 Answers  


Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


Where do I write javascript code?

0 Answers  


how many feet does a centipeed have?

0 Answers  


Categories