There are times when you want to factory reset your Android phone, factory reset will wipe out everything on your
Enable Debugging option
There are times when we need to enable debuging mode on our android device such as in times of android
Java SortedSet
Overview The SortedSet interface present in java.util package extends the Set interface present in the collection framework. It provides a total ordering of
Shorting Map By Value
We can short a Map using java 8 and Java very easily let's check out the code. Shorting Map using
Java HashSet
Overview Java HashSet class is a member of Java collections framework. HashSet implements Set interface and extends AbstractSet. For official
Set
Overview The Set interface is present in java.util package and extends the Collection interface is an unordered collection of objects
Iterator In Java
Whenever we talk about traversing the Collection first more thing comes in mind apart from for loop is to use
Deque in Java | ArrayDeque in Java
Before starting with this post if you are not aware of Queue concept then please visit and check our post
Routing In React Complete Guide
What is Routing? Routing is capability of web application to load different component/pages whenever a link is clicked. Now you
Queue in Java | TechiJournal.com
Queue is data-structure that follows FIFO (First In First Out) architecture. That's means element added at first in queue will