Memory is a storage component in the Computer used to store application programs. The Memory Chip is divided into equal parts called as “CELLS”. Each… Read More
Category Archives: Difference Between
We will be discussing differences later prior let us understand what is generic Collection and non-generic Collection, and most importantly dealing with the implementation part… Read More
In Java, there are two types of threads: Daemon Thread User Thread Daemon threads are low priority threads which always run in background and user… Read More
The LinkedHashMap is just like HashMap with an additional feature of maintaining an order of elements inserted into it. HashMap provided the advantage of quick… Read More
Here are couple of differences between ArrayList and HashSet. Inheritance: Implementation: Implementation : ArrayList implements List interface while HashSet implements Set interface in Java. Internal… Read More
Bitcoin Bitcoin is a crypto-currency (a kind of digital currency), mainly created to simplify a transaction without having third-party intermediaries. It all started when this mysterious… Read More
The wait() and join() methods are used to pause the current thread. The wait() is used in with notify() and notifyAll() methods, but join() is… Read More
Array has length property which provides the length of the Array or Array object. It is the total space allocated in memory during the initialization… Read More
Big Data includes huge volume, high velocity, and extensible variety of data. There are 3 types: Structured data, Semi-structured data, and Unstructured data. Structured data… Read More
Pre-Requisite: What is IP Address? The address through which any computer communicates with our computer is simply called an Internet Protocol Address or IP address.… Read More
HashSet is an implementation of Set Interface which does not allow duplicate value. The main thing is, objects that are stored in HashSet must override… Read More
GUI and CUI are two types of User Interfaces. GUI stands for Graphical User Interface while CUI stands for Character User Interface. In this article,… Read More
In the world of big data and analytics, there are three key roles that are essential to any data-driven organization: data scientist, data engineer, and… Read More
When it comes to choosing a database the biggest decision is picking a relational (SQL) or non-relational (NoSQL) data structure. While both databases are viable… Read More
In programming, a library is a collection of pre-compiled pieces of code that can be reused in a program. Libraries simplify life for programmers, in… Read More