What is javascript and what is it functionality?

Questions by madhureddy318

Showing Answers 1 - 6 of 6 Answers

GuruPrasad

  • Nov 23rd, 2006
 

Hai,

    Javascrpt is a client side technology, it is not a complete programming language, it is client side scripting language, we can use in web application for validation.

GuruPrasad

  Was this answer useful?  Yes

vivek

  • Dec 5th, 2006
 

  • 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

(note):

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++.

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