+ 1
Where understand java that which class is original class?
hi my friends Where understand java that which class is original and starter class?
3 odpowiedzi
+ 3
Find the class which has main method. Usually, it has public access modifier. That is the class which allows the code to be executed
+ 1
I would say because of the main method public static void main(String[] args)
+ 1
main method is always? :
oublic ststic void main(String[] args)