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
Difference between default and protected access specifiers?
Can a serialized object be transferred via network?
What is the covariant return type?
What the difference is between execute, execute Query, execute Update?
Can we call the run() method instead of start()?
What is starvation?
What are the differences between abstract class and interface?
Is class forname reflection?
Why main function is static?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Why java is call by value?
What are inbuilt functions in java?
Why string is a class?
List primitive java types?
Can a class have multiple subclasses?