Difference between ?System.out.println?
and ?System.error.println??
Answer Posted / ravikiran
out.println will print the output to an output stream.
err.println will print the errors to the stream
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
what is the difference between Object Based Language and Object Oriented Language?
What are static variables and functions?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Explain differences between collection api and stream api?
What is the replace tool?
When parseint method can be used?
Write a java program to count the number of words present in a string?
What happens when you add a double value to a string?
What is meant by distributed application? Why are we using that in our application?
Can we create more than one object singleton class?
How many bytes is a string in java?
What does it mean to be immutable?
What is a function argument in java?
What is meant by local variable and instance variable?
What is methods in java?