Read the following statements and explain why it is either true or false
1. The garbage collection mechanism is platform dependent
2.you can suggest when garbage collection will run but you 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