๐ Bug HuntJV Java Hardโก+35 XP
Checked Exception Unhandled
This code won't compile.
๐ Find the bug
1
public void readFile() {2
FileReader f = new FileReader("data.txt");3
}๐ The bug is on line 2