Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / salman abbas
Yes , It will execute and the output is
Hello JAVA (in red color)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What modifiers may be used with an inner class that is a member of an outer class?
What is the purpose of the finally clause of a try-catch-finally statement?
Is there a guarantee of uniqueness for entity beans?
What are transaction attributes?
Why are component architectures useful?
What are the different algorithms used for clustering?
Define prototype?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is a sessionfactory? Is it a thread-safe object?
Explain RMI Architecture?
Where can I find seam examples and documentation?
How can I scroll through list of pages like the search results in google?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Explain how will the struts know which action class to call when you submit a form?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?