What is the difference between programing language and
scripting language.?

Answers were Sorted based on User's Feedback



What is the difference between programing language and scripting language.?..

Answer / 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

What is the difference between programing language and scripting language.?..

Answer / iftikhar ali zahoor

Script Language is code fragment.it is interpreted.It is dynamically typed.

but the programming language is a compiled language and it is a stand alone application.

Is This Answer Correct ?    8 Yes 1 No

What is the difference between programing language and scripting language.?..

Answer / murali

Programming language is a high level language.
it is used to create software apllications in client side.

such as C, C++, java

scripting language is a server side langauge.

it is used to web development side for create web pages and
animations, connecting with database.

such as ASP, PHP, FLASH

Is This Answer Correct ?    15 Yes 30 No

Post New Answer

More JavaScript Interview Questions

hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

0 Answers  


how can we retrieve value from one database server and store them another database server using sql server code

0 Answers   HP,


Is javascript a dynamic language?

0 Answers  


How do you add an element at the end of an array?

0 Answers  


How to associate functions with objects using javascript?

0 Answers  






what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.

0 Answers  


What are parameters in javascript?

0 Answers  


Does spread operator deep copy?

0 Answers  


Explain the process of document loading.

0 Answers  


What is a closure javascript? Explain

0 Answers  


Taking a developer's perspective, do you think that that javascript is easy to learn and use?

0 Answers  


Is javascript a security risk?

0 Answers  


Categories