CATEGORY

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

Different Java data types explained with Examples

In the Java programming language, there are basically two main types of data types that are primitive and non-primitive data types. Primitive data types again …

By bashiralam · 11 min read · JAVA

Java Variables Examples [Different Variable Types]

The most popular types of Java variables are Instance, Local and Static variables. We learned about the declaration, initialization, and syntax of variables.

By bashiralam · 9 min read · JAVA