MethodWithArrayAtTheEnd.java :  » IDE-Netbeans » java » org » netbeans » modules » java » editor » semantic » data » Java Open Source

Java Open Source » IDE Netbeans » java 
java » org » netbeans » modules » java » editor » semantic » data » MethodWithArrayAtTheEnd.java
package org.netbeans.modules.java.editor.semantic.data;

public class MethodWithArrayAtTheEnd {
    
    public static String main(String a) [] {
        
    }
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.