Is System.err.println(""Statement"); is execute the output
on console .
Example:
System.err.println("Hello JAVA");
Answer Posted / my
java
Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What are JTA/JTS and how they used by client?
What is the highest-level event class of the event-delegation model?
What is TL and its use?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What does module-relative mean?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What are the types of scaling?
Is there a guarantee of uniqueness for entity beans?
What do you know about seam?
What do you mean by Socket Programming?
What is the difference between RMI registry and OS Agent?
What class is the top of the awt event hierarchy?
Is infobus easy to use?
What you mean by COM and DCOM?
What are externizable interface?