+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.

...