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
How to create array in JavaScript?
How is a relation not a function?
How to create objects in JavaScript?
Is function a data type in javascript?
How do you round a value in javascript?
How to validate email in javascript?
What is webassembly good for?
What is number in javascript?
How do you check if a string is a number javascript?
What are arrays in javascript?
What is primitive data type in javascript?
What is singleton class in javascript? Explain
What is undefined in math?
how to write frame work Architecture in QTP
just for testing