Skip to content

Commit ccd9b9d

Browse files
authored
Merge pull request #1 from ErCargo/master
first contribution
2 parents 7e0e9f8 + f63de73 commit ccd9b9d

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,30 @@ Senior Java engineer interview exams in 2019
155155
truncate与delete的区别.
156156
Oracle的over(), partition by的使用。partition by与group by的区别。
157157

158-
158+
159+
160+
<hr/>
161+
162+
* 京东金融
163+
164+
* Java基础
165+
- 泛型,用过泛型吗, 泛型的原理
166+
- 封装继承多态你是怎么理解的
167+
- hashCode()和equals()方法可以只写一个吗?只写一个有什么问题
168+
* 多线程
169+
future在什么场景下使用?
170+
* 数据库
171+
数据库用的什么,mysql, 联合索引的有效性,创建一个含有3个字段的索引(A,B,C), where A 有效吗? where A and B 有效吗?。。。
172+
* 框架
173+
Spring-cloud如何保证幂等性?
174+
* 设计模式
175+
写一下几种单例模式, 饿汉式,懒汉式,有没有线程安全的问题;
176+
* 算法
177+
写一个熟悉的排序算法
178+
179+
180+
181+
159182

160183
## 更多Java面试题
161184

0 commit comments

Comments
 (0)