+ 1
Why does sometimes the class have public beforehand?
something like this public class myClass { public static void main(String[] args) { system.out.println("Hello World"); } }
1 Odpowiedź
+ 9
Class is accessible for classes, interfaces in separate packages. 🤗🙆♂️💖