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
Tell me the Importent classes in net package?
What is executor memory?
What is class??
What is an example of character?
What are structs in java?
Does constructor return any value?
Explain access specifiers?
How many types of java are there?
What are the advantages of exception handling in java?
How we can make copy of a java object?
What is public/private protected in java?
What are the different types of inner classes?
Is void a data type?
How do you start a new line in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?