In this post we will discuss Java FileDescriptor class and its use case. Before we see an example, first lets try to understand what is File Descriptor and why it is used. Whenever a file is opened, the operating system creates an entry to represent this file and stores its information. Each entry is represented by an integer value and ...
Read More »