Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ main
Method
main
01jvm/jvm/TestMem.java:4–10 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
2
3
public
class
TestMem {
4
public
static
void
main(String[] args) {
5
int
[] arr1 =
new
int
[256];
6
int
[][] arr2 =
new
int
[128][2];
7
int
[][][] arr3 =
new
int
[64][2][2];
8
9
System.out.println();
10
}
11
}
Callers
nothing calls this directly
Calls
1
println
Method · 0.80
Tested by
no test coverage detected