Is it possible to see the contents of a Java String pool?

I have researched and read about Java String pool and I made some examples to understand this function, but I have doubts: is it possible, is there a way to access or see the contents of the string pool?

+3


source to share





All Articles