1. 首页
  2. 编程语言
  3. Java
  4. 北大青鸟Y2笔试题.doc

北大青鸟Y2笔试题.doc

上传者: 2021-04-26 21:31:25上传 DOC文件 60KB 热度 17次
1. 在使用Hibernate时,有School,Students类,代码如下:()。(选1项) public class School{ private int schooled; private String schoolName; ....//getter、setter方法 } public class Student{ private int studentId; private String studentName; private School school; ....//getter、setter方法 }
用户评论