AKAvneet Kumar singhinavneet01.hashnode.dev·Jan 22, 2023 · 2 min readStack in JavaThe stack is a linear data structure that is used to store the collection of objects. It is based on Last-In-First-Out (LIFO). Java collection framework provides many interfaces and classes to store the collection of objects. One of them is the Stack...00
AKAvneet Kumar singhinavneet01.hashnode.dev·Jan 22, 2023 · 1 min readIntroduction Of JavaJava is an object-oriented programming language with its runtime environment. It is a combination of features of C and C++ with some essential additional concepts. Java is well suited for both standalone and web application development and is designe...00