What is this System.out.println("Hello World"); in Java?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsWhat is this System.out.println("Hello World"); in Java?
chetan shidling asked 5 years ago

I need short information.

1 Answers
chetan shidling answered 5 years ago

If you want to print output than you need to use this, System.out.println(\”Hello World\”);   Like printf in C and cout in C++.