All Hard Articles
Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the… Read More
Git as a version-control-system manages and manipulates three trees in its normal operation: HEAD: Last commit snapshot, next parent Index: Proposed next commit snapshot  Working… Read More
In the current generation, Apache Flink is the big giant tool that is nothing but 4G of Big Data. It’s the true stream processing framework.… Read More
Many unforeseeable external occurrences can place us in unforeseen circumstances in real life. Many games, such as dice tossing, have a random element to reflect… Read More
Humans’ intellectual capacities have been engaged by games for as long as civilization has existed, sometimes to an alarming degree. Games are an intriguing subject… Read More
In Table Per Subclass, subclass tables are mapped to the Parent class table by primary key and foreign key relationship. In a Table per Subclass… Read More
India is the largest democracy and the Indian people are its ultimate source of power. All the countries need some kind of administrative machinery for… Read More
Given two binary trees, check if the first tree is a subtree of the second one. A subtree of a tree T is a tree… Read More
Given an N*M (N + M ≤ 40)matrix mat[][], each cell has some value ranging from 0 to 1018 and an integer  K. Find the… Read More
Prerequisite: Socket Programming in C/C++, fork() System call  Problem Statement: In this article, we are going to write a program that illustrates the Client-Server Model… Read More
Round 1:(Online coding round) Platform: HackerEarth Given an array of integers that represent a directed edge between the i-th index to array[i], should return the… Read More
Cognitive Assessment -1: 1hr 6 coding questions- medium to tough. I was able to solve 4 of them. Cognitive Assessment -2: 1hr 5 coding questions… Read More
In this article, we will learn about the Spring MVC Dropdown list. We will create a basic Spring MVC project in Spring tool suite(STS) to… Read More
Single Thread Model Interface was designed to guarantee that only one thread is executed at a time in a given servlet instance service method. It… Read More
Given a sentence S and a string B having distinct characters, find a string by joining the words of S according to given conditions:- Choose… Read More
Foundation CSS is an open-source & responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites,… Read More
Display values from database in real time without refreshing the webpage simply refers to auto fetch and re-rendering the data if there is any change… Read More
The retention rate is calculated by counting the number of users who return on a regular basis, such as every week or month, and grouping… Read More
The space lattices and close atom packing of crystalline solids distinguish them. However, these structures contain voids, which are gaps in their arrangement. Many researchers… Read More
The subject of reinforcement learning has absolutely grown in recent years ever since the astonishing results with old Atari games deep Minds victory with AlphaGo… Read More