All Basic Articles
A compiler is a software program that transforms a program or code written in a high-level programming language into a low-level machine-readable language. When we… Read More
Prerequisite: LR Parser LR parsers :It is an efficient bottom-up syntax analysis technique that can be used to parse large classes of context free grammar… Read More
Given a string “str” in Java, the task is to convert this string to float type. Methods: This can be done by two methods as… Read More
Projectile Motion can be seen in our daily life very easily as from throwing a rock to launching a cannonball are all examples of Projectile… Read More
There are many ways to convert integer List to ArrayList where in this article we will be discussing out 2 approaches as below: Using concept… Read More
Newton’s Law of Cooling is the fundamental law that describes the rate of heat transfer by a body to its surrounding through radiation. This law… Read More
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products. Sidenav component… Read More
Collect() is the function, operation for RDD or Dataframe that is used to retrieve the data from the Dataframe. It is used useful in retrieving… Read More
Infoga is a  free and open-source tool available on GitHub, which is used for finding if emails were leaked using haveibeenpwned.com API.  Infoga is used… Read More
Given two arrays arr1[] and arr2[] consisting of N and M integers respectively, the task is to find the probability of randomly selecting the two… Read More
The notify() method is defined in the Object class, which is Java’s top-level class. It’s used to wake up only one thread that’s waiting for… Read More
The background color in HTML refers to the color displayed behind the content of the webpage.to change it, CSS is used, with various approaches available… Read More
YetAnotherSMSBomber is a free and open-source tool available on GitHub. This tool doesn’t take your phone number, you only have to enter the target phone… Read More
Whenever an experiment is performed whose outcomes cannot be predicted with certainty, it is called a random experiment. In such cases, we can only measure… Read More
Operating System lies in the category of system software. It basically manages all the resources of the computer. An operating system acts as an interface… Read More
Surds :Let x is a rational number(i.e. can be expressed in p/q form where q ≠ 0) and n is any positive integer such that… Read More
Given an array arr[] consisting of N integers(N > 2), the task is to minimize the maximum difference between any pair of elements (arr[i], arr[j])… Read More
This article intends to educate you about “Monitoring an Amazon RDS Database Instance”. Monitoring is essential for your database instance because it is directly proportional… Read More
Introduction :As instructions are a part of the program which are stored inside the memory, so every time the processor requires to execute an instruction,… Read More
What is Social Engineering? The best and easiest definition of the term Social Engineering is : “Social engineering is lying to people to get information.” … Read More