All Medium Articles
In this article, we will create a Gif Search Engine using JavaScript. The basic application of Gif search Engine is to search the images from… Read More
LinkedTransferQueue is a queue that orders elements FIFO (first-in-first-out) with respect to any given producer. The head of the queue is that element that has… Read More
A Savepoint object is used to save the current state of the database which can be rolled-back afterwards to that state of the database. Savepoints… Read More
TreeSet is one of the implementations of the Navigable sub-interface. It is underlying data structure is a red-black tree. The elements are stored in ascending… Read More
The PriorityQueue and TreeSet both are the classes defined inside the Collection Framework. In this article, we will learn the differences between PriorityQueue and TreeSet.… Read More
All the elements of a vector can be replaced by a specific element using java. util. Collections. fill() method.The fill() method of java.util.Collections class is… Read More
Here we will be building a simple dice app that rolls on click. For this, we will add a button and when we click on… Read More
Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android development.… Read More
Unsigned Apk, as the name suggests it means it is not signed by any Keystore. A Keystore is basically a binary file that contains a… Read More
There are many apps in which data from the app is provided to users in the downloadable PDF file format. So in this case we… Read More
The union of two TreeSets is a Set of all the elements present in the two TreeSets. As the set does not contain duplicate values,… Read More
Flutter is a user interface development software development kit. Flutter is an open-source project maintained by Google. It enables software developers to make beautiful natively… Read More
In this article, we will know how to calculate the average operand fetch rate of the machine when the machine uses different operand accessing modes. … Read More
Java HashSet class is used to create collection to be used by the collection that uses a hash table for storage purposes that uses the… Read More
As the software team moves through the software process they encounter problems. It would be very useful if solutions to these problems were readily available… Read More
Color is an inbuilt command found inside the Windows Command Processor (cmd.exe), that is used for changing the colors of the console’s foreground and background.… Read More
Round 1: Online coding round: This round was of 70 minutes and there was 3 coding question to be solved in 70 minutes. one question… Read More
I appeared for Amazon’s recruitment process in December 2020. I got a call from a recruiter at Amazon for the SDE-1 role. There was a… Read More
American Express had visited the campus for recruitment of CFR/EDA interns in September 2020. The recruitment process included 2 rounds for shortlisting students for interviews… Read More
Question 1. Calculate the amount and compound interest on (i) Rs 10,800 for 3 years at 12% per annum compounded annually. (ii) Rs 18,000 for… Read More