Question: When you compile your Java program, it gives you the following message: UpdateBalance.java: 12: unreported exception java.io.FileNotException; must be caught or declared to be thrown
When you compile your Java program, it gives you the following message:
UpdateBalance.java: 12: unreported exception java.io.FileNotException; must be caught or declared to be thrown
What 2 things could you do in your program to fix this compile-time error?
1)
2)
3) What type of exception is the message reporting as the problem?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
