Answer Posted / hr@tgksolutions.com
The acronym LIFO stands for Last In First Out.
Data can be accessed, stored, and retrieved using this method.
The data that was last stored is the first to be extracted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate linear from a nonlinear data structure?
How many types of priority queue are there?
What does a treemap do?
Can value be null in treemap?
What is the complexity of arrays sort?
Is it necessary to sort a file before searching a particular item ?
What are the advantages of linked list over array (static data structure)?
Define open addressing?
In what order the elements of a hashset are retrieved?
Is heap sort faster than quicksort?
Difference between arraylist and linkedlist?
List out the disadvantages of using a linked list?
What is data structure what is need of it?
Why is concurrenthashmap thread safe?
Is there any difference between int[] a and int a[]?