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 if the static modifier is removed from the signature of the main method?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Why is string immutable in java?
How can I scroll through list of pages like the search results in google?
What is the difference between system.out ,system.err and system.in?
What restrictions are placed on the values of each case of a switch statement?
Have you used threads in Servelet?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is the difference between the session.get() method and the session.load() method?
How a component can be placed on Windows?
Why a client should be multithreading? Explain.
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What are the design considerations while making a choice between using interface and abstract class?
Difference between swing and awt?
What is the form of storage space in java?