I'm new to java (today was my first lesson). I tried to read and do a small exercise but I don't understand exactly what the main method is.
Our teacher told us to just focus on the main method and not more, but he did not explain what it is. He just said it is the start of a program in Java. I would like to understand more, but it's difficult because every time i encountered difficulties. Example:
public static void main(String[] args) {
}
Why does this method exist? Why can't I choose another name?