add file for constantpool (#10442)
* Create ConstantPool.java add file for constantpool * update the module with most relevant update the module with most relevant
This commit is contained in:
parent
de4c624e7e
commit
e8569d56b0
@ -0,0 +1,8 @@
|
||||
package com.baeldung.constantpool;
|
||||
|
||||
public class ConstantPool {
|
||||
|
||||
public void sayHello() {
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user