KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > bar > UsefulUtil


1 package bar;
2
3 import boo.Boo;
4
5 public class UsefulUtil {
6     public static void main(String JavaDoc[] args) {
7         new Boo();
8     }
9 }
10
Popular Tags