Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / rakeshchandra
Yes , It will execute and the output is
Hello JAVA (in red color)
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
What are various types of class loaders used by jvm?
What are the types of scaling?
How task's priority is used in scheduling?
What is the argument type of a programs main() method?
What is a modular application? What does module-relative mean?
Write a singleton program?
Can constructors be synchronized in java?
What class is the top of the awt event hierarchy?
Define aop(assepct oriented programing)?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is difference between object state and behavior?
What is glasgow?
What are the steps to write p-to-p model application?
What’s jboss jbpm?
Is it possible to stop the execution of a method before completion in a sessionbean?