KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > modules > java > editor > semantic > data > ArrayThroughInitializer


1 package org.netbeans.modules.java.editor.semantic.data;
2
3 public class ArrayThroughInitializer {
4     
5     public static void main(String JavaDoc[] args) {
6         Object JavaDoc[] x = {};
7     }
8     
9 }
10
Popular Tags