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 a method in coding?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is variable and rules of variable?
Is finalize() similar to a destructor?
What are singleton services?
What is the difference between static (class) method and instance method?
What are the advantages of defining packages in java?
Is null a string or object in java?
How can we run a java program without making any object?
How is a structure different from array ?
What is a stringbuilder?
What is jvm? How its run?
Is upper case in java?
Where pragma is used?
What is a cup of java?