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 rest parameters in javascript?

506


What's the difference methods get and post in html forms?

477


Where do I put javascript code in html?

505


What is the difference between call & apply?

473


what is lazy fetching in hibernate

1520






TypeError: document.getelementbyid(...) is null?

562


How to create function in JavaScript?

609


What is external javascript?

527


Who is the world famous hacker?

441


Is javascript or python easier?

506


Explain the for-in loop?

527


What is difference between local and global scope in javascript ?

529


Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?

566


What are anonymous functions in Javascript?

537


what are the difference unescape() and escape() functions?

551