All Easy Articles
FileOutputStream is an outputstream for writing data/streams of raw bytes to file or storing data to file. FileOutputStream is a subclass of OutputStream. To write… Read More
A Circle is a mathematical figure formed by joining all points lying on the same plane and are at equal distance from a given point.… Read More
The task is to write a Python Program to sort a list of tuples in increasing order by the last element in each tuple. Input:… Read More
Given a number N and power P, the task is to find the power of a number ( i.e. NP ) using recursion. Examples:  Input:… Read More
1. McAfee : McAfee is a global security software company and one of the top name in antivirus software business. The name is based on… Read More
Given a Binary Tree, the task is to find the sum of all such nodes from the given tree whose sum of left and right… Read More
A nested list is given. The task is to print the sum of this list using recursion. A nested list is a list whose elements… Read More
Let’s see how to convert the set into tuple and tuple into the set. For performing the task we are use some methods like tuple(),… Read More
In this article, we’re going to study a simple how-to log in booking.com by selenium. Selenium is a free tool for automated trying out across… Read More
A snake game is an arcade maze game which has been developed by Gremlin Industries and published by Sega in October 1976. It is considered… Read More
Tableau is the easy-to-use Business Intelligence tool used in data visualization. Its unique feature is, to allow data real-time collaboration and data blending, etc. Through… Read More
1. Wired Equivalent Privacy (WEP) : Wired Equivalent Privacy (WEP) is a security protocol for wireless networks which provides data confidentiality comparable to a traditional… Read More
Given an array of strings arr[], consisting of strings made up of lowercase and uppercase letters, the task is to print all the strings from… Read More
Given an array arr[] of size N and an integer K, the task is to sort the array such that the first K elements of… Read More
Given a vectors of vectors arr[], the task is to print the elements of arr[] in the diagonally upwards order as illustrated below. Examples:  Input:… Read More
Vectors are dynamic arrays with the ability to resize itself automatically when an element is inserted or deleted, with their storage being handled automatically by… Read More
The Collection interface is a member of the Java Collections Framework. It is a part of java.util package. It is one of the root interfaces… Read More
COMMIT command is used to permanently save any transaction into the database. It is used to end your current transaction and make permanent all changes… Read More
ulimit is admin access required Linux shell command which is used to see, set, or limit the resource usage of the current user. It is… Read More
Introduction : A general statement is made about optimal routes without regard to network topology or traffic. This statement is known as the optimality principle(… Read More