1. - How File and FileDescriptors class are different in java - What it represents. - What we can not achive through File class, we have to depend on "FileDescriptors"
2. What is Filter Streams ? Can you give me an example.
The main practical use for a file descriptor is to create a FileInputStream or FileOutputStream to contain it. Applications should not create their own file descriptors.
Filter streams are specalized streams which transform the data moving through them. There are examples in Java Tutorial
Joe, Thank You. Code appended here is example for Filter streams. Please help me to identify the transformation of data. "which transform the data moving through them", what we mean here. Thanks you siva