Method.java :  » IDE-Netbeans » java » test » Java Open Source

Java Open Source » IDE Netbeans » java 
java » test » Method.java
package test;

public class Test {

    public void op(int a, boolean b) throws NullPointerException, IllegalStateException {
    }
}
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.