Java File Programming



Si. No.
Program Name
Source Code
Instruction
Input-Output
1
Write a programe that use the different types of File object's methods.
Input-Output
2
Write a programe that illustrates how to use isDirectory() and list() methods to examine the contents of a directiry.
Input-Output
3
Write a programe that shows names of the HTML files wihin a filepath.
Input-Output
4
Write a simple console output programe to display 'A' that use System.out.write().
Input-Output
5
Write a programe use a BufferedReader to read characters from the console.
Input-Output
6
Write a programe that Reads a string from console using a BufferedReader.
Input-Output
7
write a programe that create a file and takes its inputs as one charecer at a time

Input-Output
8
write a programe that create a file and takes its inputs as one line at a time and put one charecter at a time
Input-Output
9
Write a java programe that reads a file as one charecter at a time with espacific directory and display on output.
Input-Output
10
Write a java programe that reads itself and display on output.
Input-Output
11
Read a file as charecter and create another file that contains the contents of privious file.
Input-Output
12
Write a java programe that reads itself as one line at a time using FileReader.
Input-Output
13
Write a java programe that reads itself as one charecter at a time using FileReader class.
Input-Output
14
Copy a text file.
Input-Output
15
Write a programe that create files using FileWriter and also use different form write method.
Input-Output
16
Create a tiny editor with maximum of 100 lines.
Input-Output