选择Runnable 方便资源共享
1. 避免继承的局限,一个类可以继承多个接口,但是类只能继承一个类。
2. Runnable接口实现的线程便于资源共享。而通过Thread类实现,各自线程的资源是独立的,不方便共享。
选择Runnable 方便资源共享
1. 避免继承的局限,一个类可以继承多个接口,但是类只能继承一个类。
2. Runnable接口实现的线程便于资源共享。而通过Thread类实现,各自线程的资源是独立的,不方便共享。
本文标题:9.描述Thread与Runnable的区别。如果你使用会选哪一
本文链接:https://www.haomeiwen.com/subject/uksiuxtx.html
网友评论