33343536373839
System.out.println("getPersonGreetings: " + response); return response; } public void throwChecked(String msg) throws CheckedException { throw new CheckedException("foo"); }