Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ toString
Method
toString
day22/code/day22_IO/src/cn/itcast_10/Person.java:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
@Override
77
public
String toString() {
78
return
"Person [name="
+ name +
", age="
+ age +
"]"
;
79
}
80
81
}
Callers
6
readLine
Method · 0.45
readLine
Method · 0.45
readLine
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Method · 0.36