KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test5 > CCTest5biii


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

10
11     }
12 }
13
Popular Tags