KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test4 > CCTest4biv


1 package test4;
2
3 import static test4.CCTest4a.TEST_FIELD;
4
5
6 public class CCTest4biv {
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     testMethod().get(0).indexOf("Hello"); //Check whether the CC provides "testMethod". Check the methods provided after the dot.
12
}
13 }
14
Popular Tags