Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ MyThread
Method
MyThread
day23/code/day23_Thread/src/cn/itcast_02/MyThread.java:4–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
public
class
MyThread extends Thread {
4
public
MyThread() {
5
}
6
7
public
MyThread(String name) {
8
super(name);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected