any other way to print the text without using
System.out.println() in java?
Answer Posted / sathish
System.out.write("text".getBytes());
System.out.format("%s", "text");
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Does list maintain insertion order java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
what is deadlock? : Java thread
What are different types of classloaders?
Explain about static nested classes in java?
why an outer class cannot be declared as private?
What is java objectoutputstream?
Explain try and catch keywords in java?
What is class forname?
What is java reflection api?
What is the platform?
Why deletion in linkedlist is fast than arraylist?
Is java written in c?
Is ruby built on java?
What is a hashmap used for?