madam please explain in detail about heap memory
Heap memory cant clear
hey @ashishbindra2
Heap space in Java is used for dynamic memory allocation for Java objects and JRE classes at the runtime . New objects are always created in heap space and the references to this objects are stored in stack memory.