当前位置: 答题翼 > 问答 > 求职面试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

使用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;

}

请帮忙给出正确答案和分析,谢谢!

参考答案
答案整理中……
您可能感兴趣的试题
  • 编写类 String 的构造函数、析构函数和赋值函数 已知类 String的原型为: class String { pu

  • 编写类 String 的构造函数、析构函数和赋值函数 已知类 String的原型为: class String { pu

  • 使用jdbc 编写class EnrollmentImpl 实现接口 Enrollment: public interface Enrollment{ pub

  • 用jsp 实现用户图形界面,servlet 作为控制器, 调用 EnrollmentImpl 实现接口 Enrollment 的任

  • 用jsp 实现用户图形界面,servlet 作为控制器, 调用 EnrollmentImpl 实现接口 Enrollment 的任

  • 什么是JDBC?JDBC的作用是什么?