Java - Medium Articles
Java program for generating the calendar of any desired year and month let us first go through an illustration before landing upon logic and procedural… Read More
Prerequisite:  Threading, Synchronized Block, and volatile Keyword Happens-before is a concept, a phenomenon, or simply a set of rules that define the basis for reordering… Read More
Round 1(Machine Coding-2 hours): The first round was machine coding round, the problem statement was to create a online food ordering system with various features.… Read More
String is a sequence of characters, which is widely used in Java Programming. In the Java programming language, strings are objects. In Java, the virtual… Read More
Here, we are going to see that how we can implement numeric PasscodeView in android studio and using it how users can set numeric passwords… Read More
The Thread class contains constructors and methods for creating and operating on threads. Thread is a subclass of Object that implements the Runnable interface. There… Read More
The Waterfall Toolbar Library is an android library that is designed to provide some dynamic effects to the toolbar to make an application look better.… Read More
The class StreamCorruptedException of ObjectStreamException is an exception thrown when control information that was read from an object stream violates internal consistency checks. It will… Read More
I applied on Instahyre and shared my resume. HR called me and setup the whole process. HR was very helpful throughout the whole process.  … Read More
When we talk about Competitive Programming, we can’t ignore the significance of Mathematics here. Yes, it is true that one can get started with competitive… Read More
A demo file on the desktop named ‘gfg.txt’ is used for reference as a local directory on the machine. Creating an empty file before writing… Read More
Object pool pattern is a software creational design pattern that is used in situations where the cost of initializing a class instance is very high.… Read More
Let us first do discuss them in order to get the understanding alongside an example to interpret the differences. Here first we will be discussing… Read More
Here, we will follow the below-mentioned points to understand and eradicate the error alongside checking the outputs with minor tweaks in our sample code Introduction… Read More
Given a string S consisting of N lowercase characters, the task is to find the length of the longest substring consisting of each vowel an… Read More
As we are well verse with this topic let us put more stress in order to figure out minute differences between them. Here we are… Read More
Given an enum containing a group of constants, the task is to convert the enum to a String. Methods: We can solve this problem using… Read More
Given an undirected Graph consisting of N nodes in the form of an adjacency matrix graph[][] of size N*N, the task is to print all… Read More
Given an array arr[] consisting of N positive integers representing the ratings of N children, the task is to find the minimum number of candies… Read More
Processing is a free graphical library and Integrated Development Environment (IDE) built for the electronic arts and visual design communities. It is one of the… Read More