lbdavidwilson3190 lbdavidwilson3190 06-03-2024 Computers and Technology contestada Which of the following Java statements best depicts the instantiation of the first element within a stack?1. public int push();2. private Node tail;3. private Node top;4. public int pop;