+ 1
What does System mean?
2 odpowiedzi
+ 2
System is just a class that is part of the Java language. It has many predefined static methods that can be used within your program(s).
https://docs.oracle.com/javase/7/docs/api/java/lang/System.html
+ 1
system is actually a class used to print the lines of code