Search:

Type: Posts; User: Kate123

Search: Search took 0.17 seconds.

  1. Re: Which of the subclasses of IOException are more probably to be thrown?

    I read the API. I think the most likely to be thrown is : EOFException, InterruptedIOException, UnknownHostException, MalformedURLException... Is there other Exception that is very likely to occur?
  2. Which of the subclasses of IOException are more probably to be thrown?

    I want throw (IOException) for this program. But I don’t know which of the subclasses of IOException are more likely to be thrown by this program. How should I identify?


    import java.io.*;...
Results 1 to 2 of 2