免费注册 手机版 网站地图 小工具

学而优·知识库

首 页
使用jdbc 编写class EnrollmentImpl 实现接口 Enrollment: public interface Enrollment{ pub
使用jdbc 编写class EnrollmentImpl 实现接口 Enrollment:
public interface Enrollment{
public void createStudent(Student student) throws Exception;
pubic void createCourse(Course course) throws Exception;
public void enroll(Student student, Course course) throws Exception;
public void exam(Student, Course course, float grade) throws Exception;
}
参考答案

关闭

前往注册

我已注册,登录账号 继续查看答案