Will Java garbage collector run?

后端 未结 0 1598
无人及你
无人及你 2021-02-06 22:09

Node class is given as follows:

// I have not added class modifiers for simplicity
class Node{
 
 int data;
 Node next;

//Constructor
Node(int data){
  this.data         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题