+1 vote
in JAVA by

How do you print something in Java?

1 Answer

0 votes
by

You can use the System.out.println() method to print something in Java.

Related questions

0 votes
asked Feb 27, 2023 in JAVA by Robindeniel
+2 votes
asked May 12, 2021 in JAVA by rajeshsharma
...