Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ main
Method
main
Programs/JavaClasses.java:18–24 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
16
}
17
public
class
JavaClasses {
18
public
static
void
main(String[] args) {
19
// TODO Auto-generated method stub
20
// Object instantiation -
21
MyClass obj =
new
MyClass();
22
obj.set(15, 50);
23
obj.display();
24
}
25
26
}
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
display
Method · 0.95
Tested by
no test coverage detected