Write the clause needed to identify a method as one that may throw an IOException:
LANGUAGE: JAVA
CHALLENGE:
Write the clause needed to identify a method as one that may throw an IOException:
SOLUTION:
throws IOException
Write the clause needed to identify a method as one that may throw an IOException:
throws IOException