1. Write a java program to demonstrate Custom/ User Defined Exception handling.
2. Write a Multithreaded java program to display even and odd numbers from 1 to 100 simultaneously.
3. Write a Java program to store a string into a file and reading back
that string from a file and print it on console.
Use FileInputStream and FileOutputStream class for this.