public class Test1 { public float aMethod(float a, float b) {... } public float aMethod(float a, float b) throws Exception {... } } A. Legal B. Illegal