Skip to content

Commit 41b72a9

Browse files
committed
checking of power method in java
1 parent 048718c commit 41b72a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OOps/HowMemoryWork.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ public static void main(String[] args) {
2020
System.out.println(power);
2121

2222
System.out.println(m1);
23-
23+
// second time run = OOps.Memory@6d03e736
2424
// first time run = OOps.Memory@6d03e736
25+
// third time run = OOps.Memory@6d03e736
2526

2627
}
2728

0 commit comments

Comments
 (0)