Java IO Interview Questions
What are the types of I / O streams?
What are the main ancestors of I / O streams?
What is common and how do the following streams differ: InputStream,
OutputStream, Reader, Writer?
What do you know about RandomAccessFile?
What are the file access modes?
What packages are stream classes in?
What do you know about add-on classes?
Which superstructure class allows reading data from an input byte stream in the
format of primitive data types?
What class add-on allows you to speed up reading / writing by using a buffer?
What classes allow you to convert byte streams to character and back?
What class is designed to work with the elements of the file system (EFS)?
Which symbol is a separator when indicating the path to the EFS?
How to select all EFS of a specific catalog by criterion (for example, with a
certain extension)?
What do you know about the FilenameFilter interface?
What is serialization?
What are the conditions for �successful� serialization of an object?
What classes allow you to archive objects?