main

Error: Could not find or load main class intellij Idea

The program returns this error when it starts. Registered in the commander klasspas C:\Users\yuri>cd\ C:\>set path="C ... ="C:\Program Files\Java\jre1.8.0_171\lib\rt.jar" C:\> I attached a screenshot with the program. What is the problem?

Why is the string array argument traditionally called "args"in the main() method?

Why are argc and argv accepted as arguments in the main method in the C language, and in Java - args? How does this short form stand for, or why is it exactly like this?

Why can Java have more than 1 main method in a program?

Multiple classes and in each or in multiple main methods. Which one will be executed first and which one next, etc.?