Hello World FIRST PROGRAM in JAVA-Java Tutorial

Опубликовано: 12 Октябрь 2024
на канале: Techimo
111
6

Techimo Java Tutorial # 2 : Hello World Program Java
In this java tutorial we show you how to create your first program in Java application(Hello World Java).We teach you java basics In java hello world program, you don't need to understand it in deep.
Easiest explanation for beginners.
Code:
in public class
public static void main(String[]args){
System.out.println("Hello World");
}

Install JDK:
   • Java Tutorial - #1 INSTALLING JDK  

Java Comments & whitespace:
   • Java Comments and Whitespaces - Java ...  

Download JDK :
http://www.oracle.com/technetwork/jav...

Download JDK 8: latest and last version for 32 bit.( x86).
http://www.oracle.com/technetwork/jav...

Intellij idea:Best IDE for Java: Free version available.
https://www.jetbrains.com/idea/