All Easy Articles
In this article, we are going to learn how to print diamond shape star patterns in Java.  Illustration: Input: number = 7 Output: * ***… Read More
The pattern has two parts – both mirror reflections of each other. The base of the triangle has to be at the bottom of the… Read More
PasswordAuthentication class is provided by package java.net for implementing networking applications, and it is used in those cases when it is required to hold the… Read More
LiveData is one of the android architecture components. LiveData is an observable data holder class. What is the meaning of observable here the observable means… Read More
ViewModel is part of the android architecture component. Android architecture components are the components that are used to build robust, clean, and scalable apps. Android… Read More
Alacritty is a cross-platform terminal emulator with GPU acceleration. It’s a terminal emulator for OpenGL written in the Rust programming language. Alacritty is the fastest… Read More
Function overloading is one of the important features of object-oriented programming. It allows users to have more than one function having the same name but… Read More
We live in an era where everything is connected to the internet, from devices to watches and even home appliances. This has increased the number… Read More
Given two positive integers X and K, the task is to find the minimum value of N possible such that the sum of all natural… Read More
Gradle is one of the most important components of Android apps. It handles all the backend tasks and manages all the external dependencies which we… Read More
Rust is a blazing fast and memory-efficient static compiled language with a rich type system and ownership model. It can be used to power performance-critical… Read More
Dart is the open-source programming language originally developed by Google. It is meant for both the server-side and the user side. The Dart SDK comes… Read More
Rust is a blazing fast and memory-efficient static compiled language with a rich type system and ownership model. It can be used to power performance-critical… Read More
Concurrency is an important topic in concurrent programming since it allows us to completely understand how the systems work. Among the several challenges faced by… Read More
Problem Statement: Consider a circle with 2014 light bulbs and only 2 of them are on and the rest are off. Anyone can choose any… Read More
Java is having a strong dominance and demand in the programming world for many years. The Object-Oriented Programming Language can be used for the development… Read More
Given an array A[] consisting of N integers and an integer K, the task is to count the minimum number of distinct elements present in… Read More
In programming, the modulo operation gives the remainder or signed remainder of a division, after one integer is divided by another integer. It is one… Read More
PHASE 1: MCQ In February  This was the MCQs test phase – DBMS, python/java questions. I cleared the round easily. PHASE 2: Coding in June… Read More
To align items at the center of the container in CSS is quite an easy task, we will explain two different approaches to make the… Read More