| java programming read the following statements and explain y it is either true or false
1. the garbage collection mechanism is platform dependent
2.u can suggest when garbage collection will run but u cannot be certain when it will take place.
3.a reference to a primitative variable is eligble for garbage collection when it is set to null.
4.the automtic garbage collection of java virtual machine prevents programs from ever running out of memory. |