Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    7,175

    Re: Java Garbage Collection and destructors

    No worries, please marked the thread as SOLVED if you are happy with the answers provided.

    Happy coding!

    // Json
  2. Replies
    5
    Views
    7,175

    Re: Java Garbage Collection and destructors

    1. Garbage Collector
    Garbage collection is a way for the JVM to clean the heap. The heap is where all referenced objects live. Primitives like int and double aren't really objects in the same way as...
Results 1 to 2 of 2