TAG

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

Java string method explained [Easy Examples]

Concatenate Java strings, Finding length of String, Index and positioning of java strings, Comparing Java strings, change Java strings to upper case or lower …

By bashiralam · 10 min read · JAVA

Java Operators Explained [Easy Examples]

There are a total of eight java operators. Arithmetic, Rational, Logical, Bitwise, Assignment, Shift, Unary, Ternary operators

By bashiralam · 11 min read · JAVA

Java Type Casting Explained [Easy Examples]

The Java type casting is a method or process that converts a data type into another data type in both ways manually and automatically.

By bashiralam · 8 min read · JAVA