Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ Man
Method
Man
jackson/src/main/java/com/firebasky/learn/Man.java:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
public
String name;
6
7
public
Man(){
8
System.out.println(
"无参数构造方法"
);
9
}
10
11
public
Man(
int
age, String name) {
12
System.out.println(
"有参数构造方法"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected