Hello Sir, this is an *excellent* Java instructional series here; thank you so much for doing this. I am leaving this comment also in your "super keyword" and "abstract classes" lessons, because those also are excellent. (Q: do you also want to establish a Patreon account, so that we can support your work? :-) ) - all the best
@nebulametal15432 жыл бұрын
Why is it possible to create classes outside the of the public class main{ public static void main(String[] args){ } } but if you want to do a System.out.println(); it has to be inside it?
@KodySimpson2 жыл бұрын
Calling a method is different from creating a class