1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update reflection.md

This commit is contained in:
Yuhan Lin 2020-05-09 00:20:51 -07:00 committed by GitHub
parent 84fa469dad
commit e7a30fbf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,8 @@ value is JavaGuide
### 静态编译和动态编译
- **静态编译:**在编译时确定类型,绑定对象
- **动态编译:**运行时确定类型,绑定对象
- **静态编译:** 在编译时确定类型,绑定对象
- **动态编译:** 运行时确定类型,绑定对象
### 反射机制优缺点