tags: java
public class Hello{
public static void main(String[] args){ // Shortcut: PSVM or Main
System.out.print("Hello,World!"); // Shortcut: Sout
}
}// Class class, main method, String [] args parameter
Compiling Javac Java files to generate a class file
Compile the Java Class file, run the class file

Must pay attention to problems
Idea setting:
file–>new–>model
java–>jdk
Project structure-> Project -> (Configure the environment)

src–>new–>java class
Debug: Click on the point -> Click Debug
Comment words:
Note Source:Sprenzy, Java
Use Uedit Edit: Cause: The name saved by Java file must be consistent with the class name of the public class. The file name is changed to the same name!...
Hello World Just built a folder New Java file File suffix name .java Hello.java [Notes] The system may not display the file suffix name, need to be opened manually Write code Compile the Javac Java fi...
First Java program Output hello world !!...
Hello world Create a new folder, store the code New Java file File suffix name .java eg:Hello.java Note: The system may hide the suffix name, need to manually open Write code Compile: Javac Java file,...
Hello World Enter the first program of the Java world Hello, World! The ceremony of the program. In the Desktop New Folder (NOTO), create a subfolder (code) and establish a text in a subfile. (The fil...
Create your first Python program - hello world I am using pycharm. Enter the name of the file, and then add a hello-world.py file to the list on the left. Enter in the file Click Run; th...
Create the first program step 1)Open PyCharm Editor. You can see the introduction screen of PyCharm. To create a new project, click Create New Project. Step 2)You need to choose a location. 1. You can...
1, already installed compiler Open VS2013 or VS2015, VS2017 differ slightly. 2. File -> New -> Project 3, this time, select Win32 Console Application, and then take a file name for this project,...
It's been a while since I created a blog, but I haven't written it yet. Until today, I have aspirations for leisure. I decided to write my first blog, using AndroidSutdio to create the first program H...
Introduction: Is it difficult to learn Java? In the previous article, we introduced the automated test environment for Selenium Java. I hope that everyone's JDK and Eclipse are installed. Because it i...