All Easy Articles
It can be of two types namely structural and non-structural database. The structural database is the one which can be stored in row and columns.… Read More
A PriorityQueue is used when the objects are supposed to be processed based on the priority. It is known that a Queue follows the First-In-First-Out… Read More
Celsius scale is a temperature scale that is based on the freezing point of water at 0 °C and the boiling point of water at 100 °C.… Read More
 Sorting a string array in Lexicographical Order (Dictionary Order) using two approaches: By using any sorting technique to sort array elements. By using sort() function… Read More
The Serializable interface is present in java.io package. It is a marker interface. A Marker Interface does not have any methods and fields. Thus classes… Read More
Android Studio is the official IDE (Integrated Development Environment) for Android application development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides… Read More
Project Title – Basic Ecommerce Website using Django  Django is a powerful framework based on python. Here we will see how to create a basic… Read More
According to Deloitte Consulting, an ERP is a packaged business software system that allows a company to “Automate and integrate the majority of its business… Read More
Introduction : Restricted Boltzmann Machine (RBM) is a type of artificial neural network that is used for unsupervised learning. It is a type of generative… Read More
RecyclerView is the improvised version of a ListView in Android. It was first introduced in Marshmallow. Recycler view in Android is the class that extends… Read More
If there are two classes, class A and class B and class A depends on class B then class B is called dependent for class… Read More
Star Topology A star may be a topology for a Local Area Network (LAN) during which all nodes are individually connected to a central connection… Read More
Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009… Read More
A parameter is an optional list of parameters that you define both pass information into the procedure and send information out of procedure back to… Read More
An organization is not able to develop an efficient ERP System alone. They have to look for Vendors, Consultants, and End Users. Vendors are those… Read More
DAYNAME() function : This function in MySQL is used to return the weekday name for a specified date. Syntax : DAYNAME(date) Parameter : This method… Read More
Cascading Style Sheets (CSS): CSS is defined as a method sheet language that provides web designers control over how an internet site communicates with web… Read More
To display a warning before leaving a web page with unsaved changes, you can use the beforeunload event in JavaScript. Syntax:// Event listener for the… Read More
This function is used to add a text to the axes at location x, y in data coordinates. Syntax: matplotlib.pyplot.text(x, y, s, fontdict=None, **kwargs)parameters  … Read More
A circle is a two-dimensional shape where all points on the circumference are the same distance from the centre. In other words, it is a… Read More