1、java中new 一个对象会发生什么?2、说说mysql中三种日志3、mysql中索引机制,当select * from user where a=?and b=? and c=? 和select * from user where a=? and c=?,如何建立索引能更快查询(这个不是很懂面试官说建立(a,c,b索引))4、redis的主从集群怎么设置5、cms垃圾回收器的工作流程,以及实习过程中用的什么垃圾回收器(Java8默认的垃圾回收器)?