Constant Pool
Is a list of entries containing constants associated with the class or interface such as :
- literal Strings,
- final variable values,
- class and method names.
and symbolic references to :
- fully qualified names of classes and interfaces,
- field/method names and descriptors,
The JVM resolves the symbolic references at runtime.