Lecture - 0 : Installing JDK and Netbeans in windows 10
Installing Java JDK: This Java tutorial for beginners will teach you java programming from scratch. This complete java course will help you master all the concepts you need to learn in Java. We will install java, JDK and Netbeans IDE for Java beginners so lets get started.
In this video we will learn about fundamentals of java and some of the basic structure of the java program here so my friends bookmark this playlist and i am sure you will like this playlist.
How to downlaod Java JDK in Windows 10 :
Step-1 : You have to go to the google chrome and write the download Java JDK for windows 10 or you can click the link given down .
Step-2 : After going to that link you have to make an account for that website
Step-3 : Select the operating system you are using for your java
Step-4: Click the download button and it will start downloading the JDK for you.
How to download Netbeans IDE for Windows 10 :
Step-1 : You have to go to the google chrome and write the download Netbeans IDE for windows 10 or you can click the link given down .
Step-2 : Open that link and Download the Netbeans IDE.
After Downloading Both Java JDK and Netbeans IDE you have to install it by clicking the icon double and it opens them and you have to give all the permissions they want and thats it Boom you just have installed both in very less fraction of time . (Requirements may affect the speed of the downloading and installing)
What is Java ?
Java is a general purpose , class based object oriented programming language designed for having lesser implementation and dependency , first named as "OAK" . Java is Designed by "James Gosling" in 1991
Java works as "Write Once Run Anywhere" which means you can compile it once and it will be run on any platform such as windows , linux and mac .
Is Java Compiled language or Interpreted ?
Java Works in the Following ways :
Step 1: The Source Code "Demo.Java" is first compiled into Bytecode with the help of the compiler which results in the ".Class File"
Step 2: Then that byte code so called .Class File is executed with the help of the interpreter so called (Java Virtual Machine (JVM)) and then it converts into machine code and thats how java works.
Note: A Byte Code in Java is a intermidiate code that will run in any platform.
Download Link of Netbeans : Apache NetBeans
Download Link of JDK for all platforms : JDK Download
Notes will be available here: Java Lecture 1 Notes Download