Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / salman abbas
Yes , It will execute and the output is
Hello JAVA (in red color)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ioc concept?
What is the purpose of the notifyall() method?
Are there books about seam?
Is there a guarantee of uniqueness for entity beans?
what is handle?
What is table mutation and how do you avoid it?
which book is better for jdbc ,servlets and jsp
Which are the different segments of memory?
Can you give me a simple example of using the requiredif validator rule?
How to implement RMI in Java?
What is the relationship between the canvas class and the graphics class?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the difference between java class and bean?
What class is used to create Server side object ?
What is the purpose of the wait(), notify(), and notifyall() methods?