alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

/*
 * MainClass.java
 *
 * Created on 03 February 2004, 22:23
 */

package org.netbeans.test.moveclass.abc;

/**
 *
 * @author  Dan
 */
public class MainClass {
    
    /** Creates a new instance of MainClass */
    public MainClass() {
    }
    
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        org.netbeans.test.moveclass.abc.test_folder.MoveMe moveMe = null;
    }
    
    public void go(org.netbeans.test.moveclass.abc.test_folder.MoveMe param_1, org.netbeans.test.moveclass.abc.test_folder.MoveMe param_2) {
        System.out.println(param_1 == param_2);
    }
    
}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.