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


Please Help Members By Posting Answers For Below Questions

How do you escape in java?

581


Explain java thread life cycle.

583


What is java in layman terms?

530


How do you download stubs from Remote place?

1359


How can we create objects if we make the constructor private ?

545






Does treeset allow null in java?

515


Can singleton class be serialized?

516


What is a instance variable in java?

552


Explain what do you mean by functional overloading in java?

557


What is the use of hashmap in java?

557


How to create a thread in java?

607


What is the purpose of a default constructor?

581


What is instance synchronization?

546


Is array an object in java?

556


Can we overload destructor in java?

543