Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / srinu
yes its execute
output:Hello JAVA
no change the color
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Should synchronization primitives be used on bean methods?
Name the eight primitive java types.
What is the difference between java class and bean?
How substring() method of string class create memory leaks?
Explain about thread synchronization inside a monitor?
Have you used threads in Servelet?
How can I avoid validating a form before data is entered?
Explain the steps in details to load the server object dynamically?
How is a java object message delivered to a non-java client?
What is TL and its use?
Why do threads block on i/o?
Which javutil classes and interfaces support event handling?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Brief description about local interfaces?