I want to print any text without using system.out.println() in java? It is possible If yes then how; Any idea.
System.out.write("text".getBytes()); System.out.format("%s", "text");