BLOG

Latest Articles

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

Dual boot Windows 10 and Linux [Step-by-Step]

Step by step instructions to dual boot windows 10 and kali linux with screenshots. Install and run both Windows 10 and Kali Linux side by side

By admin · 8 min read · Kali Linux

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