+ 1
Why we have to put capital s in (System.out.println("info");)??
8 odpowiedzi
+ 1
System is the name of the class. All classes starts with capital letters in java.
+ 1
Kartarsingh Yadav String, ArrayList...Here you find a huge list of the classes which belongs to the java api. https://docs.oracle.com/javase/8/docs/api/allclasses-noframe.html
+ 1
From where you get these types of websites
thnx bro
+ 1
Google --> java classes
oracle.com has more than this. there you find the documentation of the whole java api (methods, classes)
0
Any examples you have
0
Here you find what a class is: https://www.sololearn.com/learn/Java/2151/
0
Thnx for giving some time to me
0
Because System is class and according to java conversation Every Class name must start with Captial Later.