+ 31
What does it mean?
System.out.println("ŃĐ”ĐșŃĐ”ŃĐžĐș");
4 Answers
+ 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!!!
+ 6
đđđ thx