Hi,
I am beginner and finding information about getting started with Java. The words Java and JavaScript seems similar. Can you explains? Is it required to learn Java before learning Java Script?
Thanks
Hi,
Java is OOPs based programming language which is compiled and run on the JVM. Java is used for creating applications for web, desktop and mobile devices.
JavaScript is scripting language and it runs on the browser. JavaScript is used for creating dynamic web pages for web application.
So, its not necessary to learn JavaScript before learning Java. So, you just get started with Java.
Here are tutorials of Java:
Java Example Codes and Tutorials
Core Java Tutorial for Beginners
Thanks