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
Is arraylist dynamic in java?
Explain about arraylist?
What is constructor and its types?
What is the map interface in java programming?
Is set thread safe java?
what do you mean by stream pipelining in java 8? Explain
What is the purpose of the main method?
What do you mean by platform independence of Java?
What is %02d?
How do you sing an Applet ?
What is private static class in java?
What is an object in java?
Why does java have two ways to create child threads? Which way is better?
What are the approaches that you will follow for making a program very efficient?
What is runtime locatable code?