基础:
基本类型和包装类对象使用 == 和 equals进行比较的结果?
hashCode()相同,equals() 也一定为 true吗?
String对象中的replace和replaceAll的区别?
IO:
集合:
Collection 和 Collections 有什么区别?
在 Queue 中 add() 和 offer()有什么区别?
Queue 中 remove() 和 poll()有什么区别?
在 Queue 中 element() 和 peek()有什么区别?
并发:
线程池中 submit() 和 execute()方法有什么区别?
synchronized 和 volatile 的区别是什么?
synchronized 和 ReentrantLock 区别是什么?
反射:
序列化:
克隆:
web:
http 响应码 301 和 302 代表的是什么?有什么区别?
安全:
设计模式:
Spring框架:
【Java面试题与答案】整理推荐
相关文章
暂无评论...