+ 3
public static void main(String[ ] args)
can somebody explain what "public static void main(String[ ] args)" does any do i need it?
3 Respostas
+ 4
It's your main function. It's extremely important, without it, your program won't run.
+ 7
Is the entry point of a Java program. 🤗🙆♂️ 💗
+ 3
main method is entry point for your java project.
if you are beginner you haven't to know how this method exactly works.
you can learn this method later when you learn java more.
otherwise you can find many information on the internet.