Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / manikandan [ gtec,vellore ]
yes,It'll print Hello JAVA in red color in IDE but in
command prompt it'll print all in same color
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why do threads block on i/o?
What is TL and its use?
What is the purpose of the finally clause of a try-catch-finally statement?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Do I need to import javlang package any time? Why ?
What is abstract schema?
What is a session? Can you share a session object between different theads?
Why does the tag url-encode javascript and mailto links?
Write a singleton program?
What is Stream Tokenizer?
What is the argument type of a programs main() method?
When is the best time to validate input?
Name the class that is used to bind the server object with RMI Registry?
What is the difference between system.out ,system.err and system.in?
Are we allowed to change the transaction isolation property in middle of a transaction?