KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > hints > VariableDeclaration


1 package org.netbeans.test.java.hints;
2
3 public class VariableDeclaration {
4     
5     public VariableDeclaration() {
6     }
7     
8     public static void main(String JavaDoc[] args) {
9         int a = x;
10     }
11 }
12
Popular Tags