Telephone cannot be resolved to a type Telephone cannot be resolved to a type
package telephone2;
public class telephone2 {
public static void main(String[] args) {
Telephone phone=new Telephone();
}
}
package telephone2;
public class telephone2 {
public static void main(String[] args) {
Telephone phone=new Telephone();
}
}
2017-07-14
举报