KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test9 > CCTest9c


1 package test9;
2
3 public class CCTest9c {
4     
5     public static void main(String JavaDoc[] args) {
6         CCTest9a e;
7     switch (args.length) {
8         case 0:
9         case 1:
10         
11             switch (e) {
12             case A:
13             
14         }
15         
16     }
17     }
18 }
Popular Tags