CATEGORY

JAVA

For Loop Java | For Each Loop Java [Easy Examples]

In this tutorial, we will learn about for loop java from very basics to advance level concepts. We will cover the initializer, condition, and post iteration

By bashiralam · 11 min read · JAVA

Mastering Java Switch Statement [In-Depth Tutorial]

A Java switch statement enables us to select a set of statements to execute based on the value of some variable. basic syntax of the java switch statement with …

By bashiralam · 18 min read · JAVA

Java Booleans Explained [Easy Examples]

Java Boolean is an inbuilt class that wraps are used for wrapping the value of primitive data type, i.e. boolean in an object. The boolean class contains two …

By bashiralam · 10 min read · JAVA

Java Math Class Explained [Easy Examples]

Java Math class has methods for performing more advanced math calculations. abs, ceil, floor, max, min, round, random methods in math class

By bashiralam · 11 min read · JAVA