When string pool GC string value ? Calling a web service two times uses same string value in string pool OR each time value GC & created again

90 views Asked by At

If string pool caches the string values then till what time it keeps values into the memory. When it sends those values to GC. If I send two call request of a same REST web service then Does this two separate web service requests uses same memory from the string pools for the string variables used inside the web service. (Consider there is only one app server where web service call is going)

0

There are 0 answers