Tag: LIFO

  • Java Stack

    Java Stack

    A Java Stack is a LIFO(Last-In-First-Out) data structure which means that the last inserted item will be the first item that we will be able to remove.