click below
click below
Normal Size Small Size show me how
Java - Ch .17
Java Chapter 17
| Question | Answer |
|---|---|
| Java views each file as a sequential... | stream of bytes |
| Byte based streams are... | binary |
| Character based streams are... | in character form |
| The 3 stream objects that are associated with devices when a java program begins executing are: | System.in, System.out and System.err |
| To redirect input use these three methods. | setIn, setOut, setErr |
| The Class scanner does not permit (blank). | Re-positioning |
| In an EOFException the EOF stands for what? | End of File |