Multiple choice Which method prints text in a Java program? System.out() out.write.Text() System.out.println() System.printText() Reveal answer Fill a bubble to check yourself C Correct answer Explanation System.out.println() is the standard method used to print text to the console in Java.