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 purpose of the finally clause of a try-catch-finally statement in java programming?
How do you use substring in java?
Can we extend singleton class in java?
What is array pointers ?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the difference between == and === javascript?
Differece between class and generic class?
Which sorting algorithm is in place?
Give some features of interface?
What is derived datatype?
In which language java is written?
What is the difference between throw and throws keywords?
Can we use synchronized block for primitives?
What are sets in java?
How many types of variables are there?