http://Andrew Kondratovich/ ([identity profile] andrew kondratovich) wrote in [personal profile] metaclass 2013-03-21 09:43 am (UTC)

  public static int getInteger(String value, int def) {
    try {
      return Integer.parseInt(value);
    } catch (Exception e) {
      return def;
    }
  }

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting