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 is the difference between Process and Threads?
What are the benefits of detached objects?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
What is the difference between the font and fontmetrics classes?
What is the immediate superclass of the applet class?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
Explain the advantages and disadvantages of detached objects.
Write a program on RMI and JDBC using StoredProcedure?
the same information whether it will connect to the database or it will be used previous information?
When a thread blocks on i/o?
what is a dirty read?