Java out.println() how is this possible?
Posted
by user69514
on Stack Overflow
See other posts from Stack Overflow
or by user69514
Published on 2010-03-23T22:32:10Z
Indexed on
2010/03/23
22:43 UTC
Read the original article
Hit count: 255
I've seen some code such as:
out.println("print something");
I tried import java.lang.System;
but it's not working. How do you use out.println()
?
© Stack Overflow or respective owner