Search:

Type: Posts; User: willberg

Search: Search took 0.08 seconds.

  1. Re: Calling a void method into a static void main within same class

    You're welcome :-)

    Glad I could be of assistance.
  2. Re: Calling a void method into a static void main within same class

    You're trying to call FileNotFound with no arguments, but the method you made always needs to have a String (the filename) passed to it.

    So you should use:



    ExceptionHandling fetch = new...
Results 1 to 2 of 2