Why we have to put capital s in (System.out.println("info");)?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why we have to put capital s in (System.out.println("info");)??

4th Feb 2019, 2:31 PM
Jayesh@2806 [ROYAL CODER]
Jayesh@2806 [ROYAL CODER] - avatar
8 Answers
+ 1
System is the name of the class. All classes starts with capital letters in java.
4th Feb 2019, 3:05 PM
Denise Roßberg
Denise Roßberg - avatar
+ 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
4th Feb 2019, 3:10 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
From where you get these types of websites thnx bro
4th Feb 2019, 3:12 PM
Jayesh@2806 [ROYAL CODER]
Jayesh@2806 [ROYAL CODER] - avatar
+ 1
Google --> java classes oracle.com has more than this. there you find the documentation of the whole java api (methods, classes)
4th Feb 2019, 3:13 PM
Denise Roßberg
Denise Roßberg - avatar
0
Any examples you have
4th Feb 2019, 3:05 PM
Jayesh@2806 [ROYAL CODER]
Jayesh@2806 [ROYAL CODER] - avatar
0
Here you find what a class is: https://www.sololearn.com/learn/Java/2151/
4th Feb 2019, 3:16 PM
Denise Roßberg
Denise Roßberg - avatar
0
Thnx for giving some time to me
4th Feb 2019, 3:19 PM
Jayesh@2806 [ROYAL CODER]
Jayesh@2806 [ROYAL CODER] - avatar
0
Because System is class and according to java conversation Every Class name must start with Captial Later.
21st Sep 2019, 5:45 AM
HARSHIT MAURYA 🔵
HARSHIT MAURYA 🔵 - avatar