Recent content by rakeshjogi

  1. R

    OutOfMemoryError

    The java.lang.OutOfMemoryError is a dreaded runtime error that stops the Java Virtual Machine (JVM) from allocating new objects because the heap is full and the Garbage Collector cannot reclaim sufficient space. There are actually 9 distinct types of this error, where each specific type stems...