Difference between ?System.out.println?
and ?System.error.println??
Answer Posted / jyoti
System.setErr() needs to be used for redirection. '>' is
used for Operating system console redirection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How hashset works internally in java?
What is the biggest integer?
Can singleton class be cloned?
What are extraneous variables examples?
What is difference between arraylist and list in java?
What is generics in java interview questions?
Can a top level class be private or protected?
What are the different types of constructor?
What is the default value of byte datatype in java?
What are basic data types?
What is string [] java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is the access scope of a protected method?
What is the maximum size of array in java?
Is age discrete or continuous?