Search:

Type: Posts; User: Andrew R

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,624

    [SOLVED] Re: Better way of using e.printStackTrace()?

    thank you guys for answering. I just read that, so I had to ask.
  2. Replies
    3
    Views
    1,624

    [SOLVED] Better way of using e.printStackTrace()?

    I've read somewhere that this could be improved:

    try {
    InputStream input = new FileInputStream("myFile.txt");
    } catch (FileNotFoundException e) {
    // TODO Auto-generated catch block
    ...
Results 1 to 2 of 2