Hai what is the difference between java and javascript

Answers were Sorted based on User's Feedback



Hai what is the difference between java and javascript..

Answer / mangal bhat

Java and Javascript are two different languages.

Java is a power full object oriented language like C++.
where as Javascript is client side language with some
limitation. Javascript is used mainly in form validation
during the web page designs.

Is This Answer Correct ?    6 Yes 1 No

Hai what is the difference between java and javascript..

Answer / santosh pachauri

javascript is a client side scripting language while java is
a server side programming language.if you are using
validation in javascript then validation check at client side.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JavaScript Interview Questions

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; }

0 Answers  


Where are cookies actually stored on the hard disk?

0 Answers  


what is pop()method in JavaScript?

0 Answers  


What does double mean in javascript?

0 Answers  


How to submit a form using JavaScript by clicking a link?

0 Answers  






What is a function object?

0 Answers  


What is a nan value?

0 Answers  


What are parameters in javascript?

0 Answers  


What do you mean by ide?

0 Answers  


Is dart better than javascript?

0 Answers  


Define unescape() function?

0 Answers  


What is emotional closure?

0 Answers  


Categories