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 |
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the services in RMI ?
What are the design considerations while making a choice between using interface and abstract class?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
how to use debug in my elipse to solve problems that exist in my project
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
Do we need to override service() method
What is Remote Server?
what is difference between checked exception & unchecked exception in java?
What is multithread synchronizing ?
What is a policy?
How to determine applet?s height and width?