Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,116

    Re: Garbage Collection?

    hehe :D

    // Json
  2. Replies
    6
    Views
    2,116

    Re: Garbage Collection?

    Well if you do variable = null on the last line in your program before the program exits the garbage collector wont be run because there is no need. It will become eligible but it wont be GCed.
    ...
  3. Replies
    6
    Views
    2,116

    Re: Garbage Collection?

    What he said, sort of. You can actually do this if you like.



    String[] a[];


    It does not matter where the brackets go however what helloworld said is the best practice. And also in your...
Results 1 to 3 of 3