// "Use 'getDeclaredMethod()'" "true" class X { void test() { String.class.getMethod("checkBounds", byte[].class, int.class, int.class); } }