1、java的封装继承和多态2、http协议的组成3、http get方法跟post方法的区别4、对于id, name, month, score,查询每个人的全年总成绩 SELECT id, name, SUM(score) AS total_score FROM students GROUP BY id, name ORDER BY name;5、遇到研发觉得不是缺陷的怎么处理6、用等价类划分法设计 string类型的username和int类型长度为6的password7.讲下数据库索引