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 is NaN in Javascript?

531


what is lazy fetching in hibernate

1520


Why is javascript so popular?

480


Which built-in method returns the string representation of the number’s value?

649


What are the four types of javascript objects?

486






What is use of flutter?

493


Is it possible make a call to server side event of any button using javascript?

535


What is event bubbling in the dom?

560


If you need to hide the javascript code from the older browser versions, how will you perform it?

523


What is the use of a weakmap object in javascript?

474


How do I retrieve a cookie with a given name using a regular expression?

500


Define escape() function?

505


Explain with an example the use of event handlers in javascript.

534


What do you understand by this keyword in javascript?

475


Explain why "self" is needed instead of "this".

522