+ 3
what's the difference between JavaScript and java ?
since I knew that html will be more interesting if I know basic java . but there's two course named Java and JavaScript so what course should I start with ?
6 ответов
+ 6
JavaScript - web development
Java- Android apps development
+ 4
JavaScript is an object-oriented script language, usually used with HTML to create interactive web pages and it's source code runs only in browsers. Java it's a programming language, you can create applications to almost everything, running on browsers, servers or other devices (smartphones, PCs, Videogames, etc).
+ 3
How is JavaScript different from Java?
The JavaScript programming language, developed by Netscape, Inc., is not part of the Java platform.
JavaScript does not create applets or stand-alone applications. In its most common form, JavaScript resides inside HTML documents, and can provide levels of interactivity to web pages that are not achievable with simple HTML.
Key differences between Java and JavaScript:
Java is an OOP programming language while Java Script is an OOP scripting language.
Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only.
Java code needs to be compiled while JavaScript code are all in text.
They require different plug-ins.
For additional information about JavaScript, visit Mozilla.org
https://www.java.com/en/download/faq/java_javascript.xml
https://www.codecademy.com/en/forum_questions/4fe46886d5de070003017288
+ 2
In simpler words....
Java - programming language
JavaScript- scripting language
+ 2
Thanks for clarifying this.
+ 1
The JavaScript programming language, developed by Netscape, Inc., is not part of the Java platform.
=JavaScript does not create applets or stand-alone applications. In its most common form, =JavaScript resides inside HTML documents, and can provide levels of interactivity to web pages that are not achievable with simple HTML.
=Key differences between Java and JavaScript:
=Java is an OOP programming language while Java Script is an OOP scripting language.
= Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only.
=Java code needs to be compiled while JavaScript code are all in text.
=They require different plug-ins.
For additional information:- http://crbtech.in/Java-Training/9-distinguishing-factors-javascript-java/