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
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is string syntax?
Write a code to create a trigger to call a stored procedure
What is lifetime variable?
What are constructors in java?
Can we convert integer to string in java?
Can we override private methods?
How to make a class or a bean serializable?
What is string length in java?
How does multithreading take place on a computer with a single cpu?
What does it mean that a method or field is “static”?
What is the use of beaninfo?
What is the name of the java compiler?
What is the difference between replace and replace all?
What is finalize method?