Java Break and Continue Statement

Java break and continue statement is crucial part of java control statements. When a break statement is executed inside a loop, the loop is instantly terminated and the program control…

User Input in Java

Before moving forward it is very important to know how to take user input in java? At school and college-level without taking user input is ok but when it comes…

Java Data Types

Hey guys!! today we are going to move forward with this Java tutorial series. In this lecture, we can see that Java Data Types and their uses. At first, we…

Java Variables

Hey, welcome back to our new topic Java Variables of java tutorial series, please visit once the previous article of Java Introduction, if you are not familiar with other programming…

Java Introduction

Hey, guys welcome to our new JAVA tutorial series. Today we are going to discuss the Java Introduction i.e. what is java? why we should use java? what is the…