Skip to content

Commit 92cba59

Browse files
authored
[格式] 修改三级标题错误
1 parent aa9880a commit 92cba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

面试必备/最最最常见的Java面试题总结/第四周(2018-8-30).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class Run {
8282
![结果](https://user-gold-cdn.xitu.io/2018/3/20/16243e80f22a2d54?w=161&h=54&f=jpeg&s=7380)
8383
从上面的运行结果可以看出:线程是一个子任务,CPU以不确定的方式,或者说是以随机的时间来调用线程中的run方法。
8484

85-
###②实现Runnable接口
85+
### ②实现Runnable接口
8686
推荐实现Runnable接口方式开发多线程,因为Java单继承但是可以实现多个接口。
8787

8888
<MyRunnable.java

0 commit comments

Comments
 (0)