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


Please Help Members By Posting Answers For Below Questions

How to print a web page using javascript?

509


What are the two basic groups of dataypes in javascript?

519


What is undefined in math?

479


How do you submit a form using JavaScript?

502


What is strict mode in javascript?

556






What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

2903


In which location cookies are stored on the hard disk?

516


How to change style on an element?

548


How do you check if an object is an array or not?

525


List some features of javascript.

551


What is eager initialization in java?

512


How to delete a cookie using javascript?

531


What is js full form?

516


How to open url in a new tab in javascript?

518


hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?

1730