KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > MethodParam


1 package test;
2
3 public class MethodParam {
4     void method1() {
5         System.out.print(ContainsOnlyInner.class);
6     }
7 }
8
9
Popular Tags