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 |
How to create 3-dimensional Array in Javascript?
How do I unblock javascript in chrome?
How to make elements invisible?
How to go next field without filling the text? Which function should we use?
Explain the typeof operator?
Explain how to read and write a file using javascript?
what are the difference unescape() and escape() functions?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
How much time it will take to learn javascript?
What are the different boolean operators in JavaScript?
You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
How do I open javascript on my iphone?