前言:
- 首先我们要知道Java中有哪些基本数据类型以及它们各自的封装类:package java.lang;
基本数据类型 | 封装类 |
---|---|
byte | Byte |
boolean | Boolean |
char | Character |
short | Short |
int | Integer |
long | Long |
float | Float |
double | Double |
问题来源
在阅读spring源码时发现问题:
1 | /** |
Update your browser to view this website correctly. Update my browser now