What is the difference between java and java script?
Answer Posted / rajesh gupta
java is an entire programming language of sun microsystem
while javascript is scripting language that is introduce by
netscape.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are javascript closures?when would you use them?
How do I start a javascript project?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
20 Functions of Selenium with description and Examples.
Which company developed JavaScript?
Where is javascript used most?
What is the instanceof operator in JavaScript?
How to port a GUI application onto Web
How do you change the style/class on any element?
How to get inner html of an element in javascript?
What is a closure and why are they so useful to us?
How to reload the current page?
What does break and continue statements do in javascript?
Does javascript support foreach loop?
What is the difference between an Anonymous Function and a named function?