What is the difference between programing language and
scripting language.?
Answer Posted / 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 View All Answers
How to embed javascript in a web page?
How to get inner html of an element in javascript?
How do I turn on javascript on my phone?
How to Object.entries( ) In JavaScript ?
Explain typecasting in javascript?
What is the use of isNaN function?
Is javascript used for backend?
What companies use javascript?
What is prototype in javascript and how do you use it?
What is the difference between scripting and programming?
What is JavaScript?
What is a name function in javascript?
How to select an element by id and swapping an image?
Explain mul function in javascript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.