All Easy Articles
Prerequisite: Eigenvalues  and eigenvectors Let A and B be two matrices of order n. B can be considered similar to A if there exists an… Read More
Vue.JS filters are a functionality provided by Vue components that let you apply formatting and transformations to any part of your template dynamic data. The… Read More
Hello Coders, This is my Interview Experience for the position of SDE1 at Amazon (2019). Round 1(Online Round): 2 Coding Questions and 28 MCQ’s Let… Read More
Accenture started its off-campus drive-in December-2020 (Hiring for 2021 graduates) | Virtual Recruitment.  Two roles were offered Application Development Associate (ADE) Application Development Analyst (ADA)  I… Read More
There are two types of memory stack memory and heap memory. All the dynamic allocations go into heap memory and the rest of the static… Read More
Java provides the Comparable interface to sort objects using data members of the class. The Comparable interface contains only one method compareTo() that compares two… Read More
Transformer is a neural network architecture used for performing machine learning tasks. In 2017 Vaswani et al. published a paper ” Attention is All You… Read More
Authentication is the process of verifying the identity of a user or information. User authentication is the process of verifying the identity of the user… Read More
Raspberry Pi consists series of small single-board computers. It was developed in the United Kingdom by the Raspberry Pi foundation in association with Broadcom. The… Read More
Debug.keystore is one of the most important files which is present in almost every application when we download that app from the Google Play Store.… Read More
Nowadays many of us are sharing mobile data for our computers or laptops this process is called Tethering. Generally, we all share it by Mobile… Read More
C++ is a cross-platform language that can be used to create high-performance applications. It was developed by Bjarne Stroustrup, as an extension to the C… Read More
The floating-point data types (float and double) are not as accurate to be used in the financial calculations. Therefore, Java offers a separate class “BigDecimal”… Read More
The java.nio.file.attribute.FileTime class is used to get a value representing this file’s timestamp i.e, the time when this file was last modified, accessed, or created.… Read More
This article will guide you through the process of printing a Pyramid star pattern in Java. 1. Simple pyramid pattern Java import java.io.*; // Java code… Read More
In this article, we will learn about printing Right Triangle Star Pattern. Examples: Input : n = 5 Output: * * * * * *… Read More
Jenkins is a tool that is used for automation. It is mainly an open-source server that allows all the developers to build, test and deploy… Read More
Platforms such as LinkedIn keep us aware of the programs being held in tech. There are posts by professionals or beginners stating, “I have been… Read More
Projection is a kind of phenomena that are used in computer graphics to map the view of a 3D object onto the projecting display panel… Read More
Round 1 Online Test (Hackerearth platform): Programming questions: 3(Data structures and algorithms)Multiple Choice Questions: 67(Aptitude, programming, HTML, CSS, JavaScript, OOPs, Java, SQL)Test duration: 2 hrs… Read More