Create your first Hello World Java program in Notepad on Windows | Simple guide

preview_player
Показать описание
#HelloWorld #Java #JavaTutorials
Create your first java program with Notepad or any other editor you like.
Your program will print "Hello World" and read and print command line arguments.
Before you start please check that you have:
1. Windows operating system
2. Notepad or any other editor you like

public class HelloWorld {
public static void main(String[] args) {
for (String arg : args) {
}
}
}
you can just copy it into your file

Episodes:
00:00 - Intro
00:54 - Coding in Notepad
02:25 - Open a command prompt window
03:06 - Approach #1 for any Java versions
03:37 - Approach #2 for any Java 11 or higher

If any questions ask me in comments.
Рекомендации по теме
join shbcf.ru