Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Program 1:Write an example that counts the number of times a particular character, such as e, appears in a file. The character can be specified at the command line.
Program 2:A file which has some int value among with other string value . Write a program that gets the int piece of data. What is the int data?
Program 3:The first programming exercise is to write a simple program which reads byte data from a file from an InputStream and display it in console and writes each byte to a file using OutputStream.
Program 4:Copy your first program to another file. Open it in an editor and change the class name to correspond to the new file name. Modify the program to read input one line at a time using a BufferedReader and print the line in reverse (you could use a StringBuilder to reverse it).
Program 5:Write a program which reads input one line at a time using a Scanner and prints it out converted to upper case.