Search:

Type: Posts; User: ineedahero

Search: Search took 0.10 seconds.

  1. Re: Does this line of code need any exception handling?

    Errr....where do I find that again?

    --- Update ---

    Well they talk a lot about exception handling on the internet, but they don't talk much about how it relates to files.

    And in the few...
  2. Does this line of code need any exception handling?

    java.io.File file = new java.io.File("student.txt");

    I think it doesn't because it'd be kind of impossible for "fileNotFoundException" to be thrown considering that you're creating the file....
Results 1 to 2 of 2