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

Is there automatic type conversion in JavaScript?

0 Answers  


Whether JavaScript has concept level scope?

0 Answers  


Can you call a Java Applet using a JavaScript function?

2 Answers   HCL, Satyam,


What is "strict mode" and how is it used in JavaScript?

0 Answers  


What is the most popular javascript library?

0 Answers  






Explain what is javascript? List some data types supported by javascript?

0 Answers  


What is the importance of javascript?

0 Answers  


What are the types of data types?

0 Answers  


how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.

1 Answers  


What are the different actions that are performed using javascript?

0 Answers  


How typeof operator works?

0 Answers  


Is array a data type in javascript?

0 Answers  


Categories