Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answers were Sorted based on User's Feedback
Answer / rakeshchandra
Yes , It will execute and the output is
Hello JAVA (in red color)
| Is This Answer Correct ? | 33 Yes | 5 No |
Answer / prabhjot
it will execute same as System.out.println()
there is no change in color
For example: Hello Java
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / salman abbas
Yes , It will execute and the output is
Hello JAVA (in red color)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / srinu
yes its execute
output:Hello JAVA
no change the color
| Is This Answer Correct ? | 3 Yes | 4 No |
What method is invoked to cause an object to begin executing as a separate thread?
What is servlet preinitialization
explain the flow of struts?
Which javutil classes and interfaces support event handling?
How database connectivity in XML is achieved?
How has the sandbox changed with Java 2?
How primary key is implemented in Oracle?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What is the infobus?
Explain what is synchronization?
Name three subclasses of the component class?