+ 1
What if we dont create a class
6 Respuestas
+ 7
You could also add a text file, change the extension to .java and compile it with the javac from the console. But I guess right click, new class from the ide is easier ;)
+ 5
You need at least one class that contains the main method ;)
+ 5
In general? As many as you need.
+ 3
thank you
+ 1
how many class can we add
+ 1
is that the only way to add class(right click src folder create class)