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
Define packages in java?
What does java stand for?
Write a program to find the greatest of three numbers in java?
What is the difference between the prefix and postfix forms of the ++ operator?
Explain about anonymous inner classes ?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain methods specific to list interface?
How to provide security in java
Explain about assignment statement?
What is array class in java?
Define how objects are stored in java?
Explain the significance of class loaders in bootstrap?
Why can't you declare a class as protected?
Is null a string in java?
What is the difference between reader/writer and inputstream/output stream?