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 string an object?
What is a newline character in java?
What is thread count in java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
design an lru cache in java?
How do you create immutable object in java?
What do you understand by weak reference?
Why parameters should be passed by reference?
What is charat ()?
Why bytecode is called bytecode?
What are measurable parameters?
Is null a value?
What are the advantages of exception handling?
Is singleton class immutable?
What does the “static” keyword mean?