PrintStream: print(String s)
public class Main { public static void main(String[] args) { String message = "qwer"; System.out.print(message); } }