Search:

Type: Posts; User: Json

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    3,145

    Re: Java memory management

    If you fancy a read here you go.

    http://java.sun.com/j2se/reference/whitepapers/memorymanagement_whitepaper.pdf

    // Json
  2. Replies
    5
    Views
    3,145

    Re: Java memory management

    The JVM has become really clever over the last couple of years and especially the garbage collector which is what frees up a lot of memory for you once objects become unreferenced.

    What exactly is...
Results 1 to 2 of 2