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


Please Help Members By Posting Answers For Below Questions

What are all the types of Pop up boxes available in JavaScript?

654


In a java script, what is the difference between "==" and "===" operator?

585


What is dom in javascript?

611


What is the difference between arrow function and normal function?

665


What is the difference of "settimeout" function and setinterval functions in javascript

657






What is data type in javascript?

544


What is class example?

582


What are .js files?

571


What is the statement to enable strict mode in javascript quiz?

575


How long does it take to get good at javascript?

517


What is spread syntax?

566


why can't we call a static method from a non-static method

1882


How do I turn off javascript in chrome?

545


What is jscript used for?

540


Can we learn javascript without knowing java?

551