What is the difference between programing language and
scripting language.?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are trailing whitespace?
Please write the Code of simple javascript calculator withot eval() function
Explain “use strict” ?
Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>
What are screen objects?
About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript.
What is a nan value?
What is createtextnode?
How do I run code in browser console?
How can I define an array in JavaScript?
4 Answers Accenture, Exevo, OM IT Solutions,
What is bom?
Why do you need javascript?