Skip to content

Commit 2ac6c37

Browse files
authored
add file for constantpool (eugenp#10442)
* Create ConstantPool.java add file for constantpool * update the module with most relevant update the module with most relevant
1 parent 93ced9c commit 2ac6c37

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • core-java-modules/core-java-jvm-2/src/main/java/com/baeldung/constantpool
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.baeldung.constantpool;
2+
3+
public class ConstantPool {
4+
5+
public void sayHello() {
6+
System.out.println("Hello World");
7+
}
8+
}

0 commit comments

Comments
 (0)