Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ hello
Method
hello
01jvm/lib/Hello.java:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
System.out.println(
"Hello Class Initialized!"
);
6
}
7
public
void
hello() {
8
System.out.println(
"Hello class say hello method."
);
9
System.gc();
// JMX MBean server
10
}
11
12
}
Callers
nothing calls this directly
Calls
1
println
Method · 0.80
Tested by
no test coverage detected