Hi, Im new to java, coming from C++, and i had a question about the first line of code.
in the code i understand public static void main, but i dont understand what is in the brackets. What are they for, and would i need to change them for a code that didnt just print out "hello world"?public static void main(String[] args)
Thanks