How to check installed RAM on Windows 10
Introduction On this page, we will learn how to check installed RAM on Windows 10 operating system. Steps Launch Control Panel System and Security System
Introduction On this page, we will learn how to check installed RAM on Windows 10 operating system. Steps Launch Control Panel System and Security System
Introduction We use a Line chart to visually see the trends in the data over a period of time in the data. In this tutorial, we will learn steps to add a Line chart using Excel Application for a sample set of data. Sample Data Sample rainfall data for the months on a particular year. […]
In this tutorial, we will learn how to write Java methods that return values to the caller method i.e main method. Below is an example of java code with methods that return double datatypes. Example Java Method with void public void readRadius() { Scanner sc = new Scanner(System.in); System.out.print(“Enter radius =:”); radius=sc.nextFloat(); } Java method […]
Introduction A pie chart is a visual representation of each category proposition to the whole in a circle. There are different variations of the chart in the Excel application. In this tutorial, we will learn to create a simple 2d Pie chart. Let’s create a sample pie chart for an automated test run. Sample […]
Write a JDBC program to connect MySQL Database? JDBC stands for Java DataBase Connectivity. It is an API for Java to connect to various databases. Before writing the program to connect to MySQL database, we will do some initial setup in the back-end. JDBC API MySQL Database Setup We will create a sample database […]
Introduction We use a Bar chart or Column chart to visually compare values for the given categories in the data. In this tutorial, we will learn steps to add a Bar chart using Excel Application for a sample set of data. Sample Data Sample rainfall data for the months on a particular year. We will […]