1 2 3 4 5 6 7
class C { public void stringMethod(String s) {} public static void main(String[] args) {} public void multiMethod(String[][] s) {} }