Array: An array is a collection of homogeneous(same type) data items stored in contiguous memory locations. For example, if an array is of type “int”,… Read More
Category Archives: Difference Between
TreeSet is one of the implementations of the Navigable sub-interface. It is underlying data structure is a red-black tree. The elements are stored in ascending… Read More
The PriorityQueue and TreeSet both are the classes defined inside the Collection Framework. In this article, we will learn the differences between PriorityQueue and TreeSet.… Read More
JVM is the virtual machine that runs java code on different platforms. It acts as an abstract layer between the program and the platform on… Read More
EnumMap and HashMap both are the classes that implement the Map interface. But there are some differences that exist between them. So we have tried… Read More
In this article, we are going to discuss the difference between Wavelength Division Multiplexing (WDM) and Synchronous Optical Network (SONET). Let’s discuss them one by… Read More
1. Synchronous Optical Network (SONET): SONET stands for Synchronous Optical Network. This is a communication protocol, developed by Bellcore that is used to transmit a large… Read More
Join Operation : Join operation is a binary operation used to combine data or rows from two or more tables based on a common field… Read More
1. SHA1 (Secure Hash Algorithm 1) : SHA1 refers to a cryptographic hash function that is proposed by United States National Security Agency. It takes… Read More
1. Universal Mobile Telecommunications System (UMTS) : UMTS stands for Universal Mobile Telecommunications System, developed based on 3GPP standards. Its network composed of three main… Read More
1. Swift : Swift is a general-purpose, compiled, high-level programming language which is designed by Apple in 2014. It was developed by Chris Lattner with… Read More
1. Uniform Resource Locator (URL) : A URL stands for Uniform Resource Locator which specifies the distinct address for each resource on the internet. So,… Read More
Prerequisite – Voice over Internet Protocol (VoIP) 1. Fixed VOIP Phone System : Fixed Phone system is a cloud based phone system which is made to… Read More
1. Ruby : Ruby is an object-oriented scripting language launched in 1995 and is known as a general-purpose programming language. It was programmed in C… Read More