What does it mean? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 31

What does it mean?

System.out.println("секретик");

14th Apr 2019, 8:56 AM
Vitalii
Vitalii - avatar
2 Réponses
+ 5
System is a class Out is object of System class Println is a method which moves to next line after printing the message. The above statement is the way to get any output in java. I hope this will help you!!!
19th Apr 2019, 5:32 AM
Ananya Pandey
Ananya Pandey - avatar
+ 6
😂😂😂 thx
19th Apr 2019, 5:47 AM
Vitalii
Vitalii - avatar