(String[] args)
| 5 | |
| 6 | public class ReflectiveAction { |
| 7 | public static void main(String[] args) throws Exception { |
| 8 | forname(null); |
| 9 | cnew(); |
| 10 | ctornew(); |
| 11 | arraynew(); |
| 12 | invoke(); |
| 13 | get(); |
| 14 | set(); |
| 15 | } |
| 16 | |
| 17 | static void forname(W w) throws Exception { |
| 18 | Class<?> uClass = Class.forName("U"); |