KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test9 > CCTest9biii


1 package test9;
2
3 public class CCTest9biii {
4     
5     public static void main(String JavaDoc[] args) {
6         CCTest9a e; //Check that CCTest9a is in the CC
7

8     e = CCTest9a.A; //Check the CC provided after the dot
9

10
11     }
12     
13 }
Popular Tags