What is Java? | Simple Java program| How to compile | JAVA Tutorial For Beginners

Опубликовано: 06 Февраль 2022
на канале: CODE DAILY
68
11

In this video we will learn about what is java? Simple java program and how to compile a java program.

Follow us on Instagram :
https://www.instagram.com/the_code_da...

#javatutorial #java #learnjava #javaprogramming #javaprojects #javadeveloper

What is JAVA?
Java is a high-level, class-based, object-oriented programming language.
James gosling is the Founder and lead designer of Java. It is developed in early 1990’s.
Java follows the WORA(Write Once, Run Anywhere) principle, and is platform-independent.
The rules and syntax of Java are based on the C and C++ languages.

Basic Java program( Hello World)
class keyword is used to create a class in Java
Static is a keyword to mention that main method is static( We will learn about static later)
void is the return type of main method
String args[] are parameters of main method and are passed through command line.
System.out.println(””) method is used to print something on the screen( S in system is capital).


Music Credits:
https://www.bensound.com/


На этой странице сайта вы можете посмотреть видео онлайн What is Java? | Simple Java program| How to compile | JAVA Tutorial For Beginners длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь CODE DAILY 06 Февраль 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 68 раз и оно понравилось 11 зрителям. Приятного просмотра!