What is the difference between java and java script?
Answer Posted / preet
Java exhibits the properties like inheritance, data encapsulation and polymorphism whereas JavaScript does not exhibits these properties.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to create function in JavaScript?
Which built-in method combines the text of two strings and returns a new string?
Explain the for-in loop?
What is NaN?
List some of the disadvantages of javascript.
How do you declare a variable in javascript?
How to redirect a url using JavaScript?
what is the difference between let, var, and const?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
How to reload a page using JavaScript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
What's the difference methods get and post in html forms?
Which keyword is used to print the text in the screen?
What is the purpose of local variables?
How to add/remove properties to object dynamically in javascript?