|
What this is
Other links
The source codepackage DataLoaderTests.DataObjectTest.data; /* * ClassObject.java * * Created on December 20, 1999, 12:55 PM */ /** * * @author pknakal * @version */ public class ClassObject extends Object { /** Creates new ClassObject */ public ClassObject() { } /** * @param args the command line arguments */ public static void main (String args[]) { System.out.println("ClassObject"); } } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.