All Hard Articles
Networking is an integral part of android development, especially when building data-driven clients. The java class mainly used for network connections is HttpUrlConnection. The class… Read More
Lightweight Remote Procedure Call is a communication facility designed and optimized for cross-domain communications in microkernel operating systems. For achieving better performance than conventional RPC… Read More
We generally use the famous GSON, Moshi library to parse JSON data coming from api/network calls using Retrofit. But now it becomes the old way… Read More
Given a tree with N nodes, numbered from 0 to N – 1, the task is to find the minimum number of deletion of edges,… Read More
Given an array Arr[] of integers of size N, The task is to find the minimum value of the given function when applied on the… Read More
Given a string str and K pair of characters, the task is to check if string str can be made Palindrome, by replacing one character… 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
Foundation CSS is the frontend framework of CSS that is used to build responsive websites, apps, and emails that work perfectly on any device. It… Read More
Typecasting is one of the most important concepts which basically deals with the conversion of one data type to another datatype implicitly or explicitly. In… Read More
Given an array nums[ ] and an integer target. Find whether there exists a combination of integers in nums[ ] such that their sum is… Read More
Given a array vec and an integer K, count the number of pairs (i, j) such that vec[i]*vec[j] is divisible by K where i<j. Examples:… Read More
In this article, we will create a Node.js proxy that forwards requests to different servers or endpoints.  Proxy server: Proxy servers act as intermediaries between… Read More
Foundation CSS is an open-source and responsive front-end framework created by ZURB in September 2011 that makes it simple to create stunning responsive websites, apps,… Read More
Consider two files systems A and B , that use contiguous allocation and linked allocation, respectively. A file of size 100 blocks is already stored… Read More
Consider a 100 Mbps link between an earth station (sender) and a satellite (receiver) at an altitude of 2100 km. The signal propagates at a… Read More
The number of arrangements of six identical balls in three identical bins is______.  (A) 36 (B) 21 (C) 12 (D) 7 Answer: (D)Explanation: Total ways… Read More
The following simple undirected graph is referred to as the Peterson graph Which of the following statements is/are TRUE? (A) The chromatic number of the… Read More
Which of the following statements is/are TRUE with respect to deadlocks (A) The circular wait is a necessary condition for the formation of deadlock (B)… Read More
A REST API is an application programming interface that adheres to the constraints of REST architectural style and enables interaction with RESTful web services. Interconnected… Read More
Sub-class: A subclass is a class that is derived from the properties and methods of some other class known as the Parent class for that… Read More