Search:

Type: Posts; User: Junky

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,491

    Re: Exception Handling

    The simplest and hardest way would be to use a regular expression. Simple because you could do it on one line. Hardest to get your head around it if you are not experienced with regular expressions....
  2. Replies
    5
    Views
    1,491

    Re: Exception Handling

    If you are talking about something like this

    throw new SomeException();
    System.out.println("Why doesn't this line work?");

    Surely it is obvious. The print statement will never be reached...
Results 1 to 2 of 2