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 java jre still free?
What is get () in java?
What is the purpose of garbage collection in java?
What are the two basic ways in which classes that can be run as threads may be defined?
What does java final mean?
What is the original name of java?
What is difference between call by value and call by reference?
How do you define a singleton class?
when should you use stringbuilder class in a program?
What does bitwise or mean?
Why hashset is used in java?
What is 16 bits called?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How many bytes are there?
Explain about interrupt() method of thread class ?