I don't understand the question. Could you please elaborate? Why are you asking it?
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
which memory is fastest in java : there are two things that we can talk in terms of memory stack and heap. so you can talk in context of these two terms
Among stack and constant pool,Constant pool is faster than stack as stack requires pop & push operations which are absent in constant pool. That's what i think. Hope that helps, Vijendra