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

Merge pull request #768 from YuhanL1n/patch-1

Update reflection.md
This commit is contained in:
SnailClimb 2020-05-12 22:19:55 +08:00 committed by GitHub
commit 50569ca5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,8 @@ value is JavaGuide
### 静态编译和动态编译
- **静态编译:**在编译时确定类型,绑定对象
- **动态编译:**运行时确定类型,绑定对象
- **静态编译:** 在编译时确定类型,绑定对象
- **动态编译:** 运行时确定类型,绑定对象
### 反射机制优缺点
@ -133,4 +133,4 @@ value is JavaGuide
- [ReflectionJava 反射机制的应用场景](https://segmentfault.com/a/1190000010162647?utm_source=tuicool&utm_medium=referral)
- [Java 基础之—反射(非常重要)](https://blog.csdn.net/sinat_38259539/article/details/71799078)
##
##