1. java基本数据类型大小
类型 | 大小(字节) | 范围 |
byte | 1 | |
short | 2 | |
int | 4 | |
long | 8 | |
char | 2 | |
float | 8 | |
double | 16 |
2. HashMap、HashTable和ConcurrentHashMap的数据结构和原理
3. LinkedList和ArrayList的数据结构和原理
4. HashSet的原理
5. 单例模式、工厂模式、设计模式
1. java基本数据类型大小
类型 | 大小(字节) | 范围 |
byte | 1 | |
short | 2 | |
int | 4 | |
long | 8 | |
char | 2 | |
float | 8 | |
double | 16 |
2. HashMap、HashTable和ConcurrentHashMap的数据结构和原理
3. LinkedList和ArrayList的数据结构和原理
4. HashSet的原理
5. 单例模式、工厂模式、设计模式
转载于:https://www.cnblogs.com/hgod/articles/5944126.html