All Basic Articles
In this article, we will discuss the process of creating a Virus file that can disable the internet connection in a Windows Computer System. For… Read More
Joint Application Development in short JAD is the process which is used to design and develop computer based system/solutions. It collects requirements side by side… Read More
Generally, sensors are used in the architecture of IOT devices.   Sensors are used for sensing things and devices etc. A device that provides a… Read More
In this article, we will discuss the overview of the mobile databases and will emphasize its features of the mobile database, and then will cover… Read More
Lean Software Development (LSD) is an agile framework that is used to streamline & optimize the software development process. It may also be referred to… Read More
Overview :You will be able to understand the implementation to Find the Year from Date in SQL with the help of an example. Here we… Read More
In this article, we are going to see how we can compare the rows and columns of the same table in SQL. We will be… Read More
A line of code (LOC) is any line of text in a code that is not a comment or blank line, and also header lines,… Read More
In this article, we shall look at some very basic ideas about the Real Analysis, i.e. the study of the structure of Real Number System.… Read More
1. Lines of Code (LOC) :The line of code (LOC) metric is any line of text in a code that is not a comment or… Read More
Adobe XD is a powerful and collaborative UI/UX prototyping and designing an app. Such a prototype is necessarily developed before the developers start the actual… Read More
The virus that we are going to create in this article can be used to wipe out all data from the system. For this, we… Read More
Stack is a linear Data Structure that is based on the LIFO concept (last in first out). Instead of only an Integer Stack, Stack can… Read More
Class is the collection of objects. Class is not a real-world entity it is just only templates and prototypes or blueprints. Class does not occupy… Read More
The Static Keyword is a non-access modifier in Java mainly used for memory management. This static keyword is mainly applicable for the following: VariablesMethodsBlocksNested Class… Read More
You might have heard the saying, Hard-work is the key to success, which might have been relative in the past, but now the scenario has… Read More
Falsy/Falsey Values:  In JavaScript, there are 7 falsy values, which are given below falsezero(0,-0)empty string(“”, ‘ ‘ , ` `)BigIntZero(0n,0x0n)nullundefinedNaN In JavaScript, the array accepts… Read More
To return the JavaScript data type of a variable we can use the JavaScript typeof operator. In JavaScript, unlike many other programming languages, we do… Read More
Node.js is an open-source and cross-platform runtime environment for executing JavaScript code outside the browser. It is widely used in developing APIs and microservices from… Read More
This is the Part 15 of “Build a Social Media App on Android Studio” tutorial, and we are going to cover the following functionalities in… Read More