KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test4 > CCTest4bii


1 package test4;
2
3 import static test4.CCTest4a.TEST_FIELD;
4 import static test4.CCTest4a.testMethod;
5
6 public class CCTest4bii {
7     
8     public static void main(String JavaDoc[] args) {
9         int x = TEST_FIELD; //Check wheher the CC provides TEST_FIELD after the =
10

11
12     }
13 }
14
Popular Tags