Across
- 7. class is used to read password.
- 8. class provides the capacity to read primitive data types from an input stream.
- 9. is used for reading byte-oriented data from a file.
- 10. method of InputStream is used to read integer representation of next available byte input
Down
- 1. The class DataInputStream extends and implements the interface DataInput.
- 2. method returns the estimated number of bytes that can be read from the input stream.
- 3. streams provide functionally for threads to communicate and exchange data between them.
- 4. abstract class is the superclass of all classes representing an input stream of bytes.
- 5. class is used for reading streams of characters
- 6. method force writes whenever the data accumulates in the output stream.
