What is the difference between system.out ,system.err and system.in?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is Bootstrapping in RMI?

1 Answers  


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


function of extends and implements keywords?

2 Answers  


What is the difference between a static and a non-static inner class?

0 Answers  


Is infobus easy to use?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


What restrictions are placed on the location of a package statement within a source code file?

0 Answers  


What is chat area? Explain.

0 Answers  


how we can implement interface in jsp ?

2 Answers   Google,


Can we have more than one action servlet?

7 Answers   HP,


Why do I get a duplicate name error when loading a jar file?

0 Answers  


Categories