Skip to content

Commit e7a30fb

Browse files
authored
Update reflection.md
1 parent 84fa469 commit e7a30fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java/basic/reflection.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ value is JavaGuide
106106

107107
### 静态编译和动态编译
108108

109-
- **静态编译:**在编译时确定类型,绑定对象
110-
- **动态编译:**运行时确定类型,绑定对象
109+
- **静态编译:** 在编译时确定类型,绑定对象
110+
- **动态编译:** 运行时确定类型,绑定对象
111111

112112
### 反射机制优缺点
113113

@@ -133,4 +133,4 @@ value is JavaGuide
133133
- [Reflection:Java 反射机制的应用场景](https://segmentfault.com/a/1190000010162647?utm_source=tuicool&utm_medium=referral)
134134
- [Java 基础之—反射(非常重要)](https://blog.csdn.net/sinat_38259539/article/details/71799078)
135135

136-
##
136+
##

0 commit comments

Comments
 (0)