What is the difference between programing language and
scripting language.?
Answer Posted / mohit
The core code of any application is written in a programming
language that is create or at least modified by end
user.(eg.java)
a scripting language is a type of prog. language that allows
control of of s/w application and sometimes used to add the
features and client side checking in a web page.(eg javascript)
both are distinct.eg. suppose in html page, u create some
textboxes, then if u want to apply some validation(email
vali.) on their text at client side or want to add features
like counter, flash images etc in the web page, then
javascript canbe used. but at the server side what to do
with this text or how to handle database, all this is
programmed in core language like java,geerally called prog.
language. but java and javascript are totally different.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
In a java script, what is the difference between "==" and "===" operator?
What is the use of a boolean object in javascript?
What is require in javascript?
Explain hoisting in javascript?
What is the use of type of operator?
What are a fixed-width table and its advantages in javascript?
What is the purpose of using javascript?
I am providing the Online& class room training on Worksoft Certify for SAP/HTML/JAVA using real time scenarios in a real time environment for a real time project, If any one is interested please get in touch with me on aimansaud@gmail.com
How can I request data from the server without reloading the page in the browser?
Explain function hoisting in javascript?
Do you have to declare variables in javascript?
Can you pass a anonymous function as an argument to another function?
Explain the steps for connecting the system to Internet.
What is let keyword in typescript?
List some data types supported by javascript?