Difference between ?System.out.println?
and ?System.error.println??
Answer Posted / pratima
Display normally whatever you want to display
System.out.println("Hello")
Display Error messaage
System.err.println("Hello")
o/p:-Hello(In red color)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many classes can any class inherit java?
Explain an algorithm to find depth of a binary tree.
How does map works in java?
What is this () in java?
What is java developer skills?
What is unmodifiable list in java?
What do you mean by static variable?
What does null mean in java?
What is Gang of four design patterns
What are the differences between wait() and sleep()?
What will happen if static modifier is removed from the signature of the main method?
What is lazy programming?
What is constant in programming?
How do you sort an array in java?
What classes of exceptions may be caught by a catch clause in java programming?