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:
@@ -0,0 +1,8 @@
|
|||||||
|
package com.baeldung.constantpool;
|
||||||
|
|
||||||
|
public class ConstantPool {
|
||||||
|
|
||||||
|
public void sayHello() {
|
||||||
|
System.out.println("Hello World");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user