Android and History of AndroidAndroid is a mobile operating system based on a modified version of the Linux kernel and other open-source software, designed primarily…Oct 25, 2020Oct 25, 2020
QueueIn java Queue is an abstract data type. It is an interface extending Collection interface. Queue follows the FIFO protocol (First in First…Nov 23, 2019Nov 23, 2019
List(I) and LinkedListA list is a collection of elements that are accessible sequentially: the first element, followed by the second element, followed by the…Nov 17, 2019Nov 17, 2019
StackA stack is a collection that implements the last-in-first-out (LIFO) protocol. This means that the only accessible object in the…Nov 10, 2019Nov 10, 2019
Abstract Data TypesAbstract data type is a theoretical concept, a collection of function signatures and rules to describe the values that a type can have by…Nov 10, 2019Nov 10, 2019
AbstractionAbstraction is one of the feature of object oriented programming. Abstraction refers to the hiding the details. In order to understand the…Nov 3, 2019Nov 3, 2019