What is the difference between java and java script?

Showing Answers 1 - 10 of 10 Answers

M Kiran Mumar Wipro

  • Oct 11th, 2006
 

Java Script is object based language it is used for front end validations

java is object oriented language

object oriented language supports OOP's

Object based not suppoted inheritence.

  Was this answer useful?  Yes

mathi

  • Dec 5th, 2006
 

Java and JavaScript are two completely different languages in both concept and design!

Java (developed by Sun Microsystems) is a powerful and much more complex programming language - in the same category as C and C++.

Javascript

  • JavaScript was designed to add interactivity to HTML pages
  • JavaScript is a scripting language (a scripting language is a lightweight programming language)
  • A JavaScript consists of lines of executable computer code
  • A JavaScript is usually embedded directly into HTML pages
  • JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
  • Everyone can use JavaScript without purchasing a license

Divya

  • Nov 22nd, 2007
 

Java script does support inheritance. It is an object oriented language, not object based

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions