What is the difference between programing language and
scripting language.?
Answer Posted / 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 |
Post New Answer View All Answers
What is javascript tree shaking?
How to find the selected radio button immediately using the 'this' variable?
Are Typescript and Javascript the same?
What is the scope variable in javascript?
What is s+ in regex?
What is the difference between script type and the script language attributes?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
Where are cookies actually stored on the hard disk?
Explain hoisting in javascript?
What is the difference between the keywords var and let?
Write a way by which you can do something on the close of the window ?
What are the characteristics of javascript ‘strict mode’?
What is the use of debugger keyword in javascript?
What are the uses of javascript in web page designing?
What are limitations in javascript?