Object Oriented Software Engineering   View all facts   Glossary   Help
subject > Java terminal I/O
Next subjectlive activation    Upsubject    Previous subjectJava clause   

Java terminal I/O
subjectfact 
Java terminal I/Ohas example
//Print
System.out.println("This line will be printed");
//Read from the keyboard
byte[] buffer = new byte[1024];
System.in.read(buffer);
String theInput = new String(buffer).trim();
link: chapter2section2.8.html#918, 2001-08-30 14:56:22.0
is a subtopic of The Basics of Java2001-08-30 14:56:22.0
is a kind of subject2001-08-30 14:56:22.0