Java Inter Ques Jatin
Java Inter Ques Jatin
Part 1
5. Exception Handling:
- Modify the `Main` class to handle the exception thrown by `findStudentById`.
- If an exception occurs, display a message like: "Student with ID [ID] not found."
Submission Guidelines:
- Submit your Java project as a ZIP file, including all `.java` files and a README explaining
how to run the program.
- Ensure your code is well-commented and follows Java naming conventions.
Part 2