any other way to print the text without using
System.out.println() in java?
Answer Posted / chitu
system.err prints the error, return statements with overrididing the toString method can print the statments
void toString()
{
return cn print this ;
}
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
How much is a java license?
Convert a BST into a DLL and DLL to BST in place.
How to provide security in java
What are the 6 functions?
What is a line break?
What does microservices mean?
Which of the following is not an isolation level in the JDBC
What data type is a string?
What is the point of java?
Which class should you use to obtain design information about an object in java programming?
Explain about main() method in java ?
What are autoboxing and unboxing? When does it occur?
What do you mean by Hash Map and Hash Table?
What is nested loop? What is dangling else condition in it?
How to sort list of list in java?