Search notes:

Java class java.lang.Class - getMethod

public class getMethod {

  public void meth(String a, int b) {
    System.out.println("hi");
  }

  public static void main(String[] argv) {

    Class cl = getMethod.class;

    try {
      java.lang.reflect.Method m = cl.getMethod("meth", String.class, int.class);

    }
    catch (java.lang.NoSuchMethodException e) {
      System.out.println("meth with args does not exist in class " + cl.getName());
    }

  }

}
Github repository JavaClasses, path: /java/lang/Class/getMethod.java

See also

Java classes

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758199939, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Java/classes/java/lang/Class/getMethod(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78