DEV Community

Rajesh Bhola profile picture

Rajesh Bhola

I am a senior software engineer, and technical writer focused on the intersection of distributed architecture and developer growth.

Location India Joined Joined on 
Part 4 - strictfp Keyword: IEEE 754, Floating-Point Precision

Part 4 - strictfp Keyword: IEEE 754, Floating-Point Precision

Comments
5 min read

Want to connect with Rajesh Bhola?

Create an account to connect with Rajesh Bhola. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Part 3 - abstract Keyword: Abstract Classes, Abstract Methods

Part 3 - abstract Keyword: Abstract Classes, Abstract Methods

1
Comments
6 min read
Part 2 - final Keyword: Classes, Methods, Variables

Part 2 - final Keyword: Classes, Methods, Variables

Comments
5 min read
Part 1 - public, default, and Top-Level Class Rules in Java

Part 1 - public, default, and Top-Level Class Rules in Java

Comments
6 min read
Part 3 — Packages in Java

Part 3 — Packages in Java

Comments
4 min read
Part 2 — Static Import in Java

Part 2 — Static Import in Java

Comments
4 min read
Part 1: Understanding Package, Import, and Class Declarations

Part 1: Understanding Package, Import, and Class Declarations

1
Comments
5 min read
Part 2: Labeled `break`, Labeled `continue`, and `continue` in `do-while`

Part 2: Labeled `break`, Labeled `continue`, and `continue` in `do-while`

Comments
4 min read
Part 1: `break` and `continue`

Part 1: `break` and `continue`

Comments
4 min read
Part 4: Enhanced `for` Loop (for-each)

Part 4: Enhanced `for` Loop (for-each)

Comments
5 min read
Part 3: `for` Loop

Part 3: `for` Loop

Comments
5 min read
Part 2: `do-while` Loop

Part 2: `do-while` Loop

Comments
5 min read
Part 1: `while` Loop

Part 1: `while` Loop

Comments
5 min read
Part 3: Modern `switch` Expressions (Java 14+)

Part 3: Modern `switch` Expressions (Java 14+)

Comments
4 min read
Part 2: Traditional `switch` Statement

Part 2: Traditional `switch` Statement

Comments
5 min read
Part 1: `if-else` Statement

Part 1: `if-else` Statement

Comments
4 min read
ClassNotFoundException vs NoClassDefFoundError

ClassNotFoundException vs NoClassDefFoundError

1
Comments
3 min read
Java `instanceof` vs `Class.isInstance()`

Java `instanceof` vs `Class.isInstance()`

Comments
3 min read
Java `new` vs `newInstance()`

Java `new` vs `newInstance()`

Comments
4 min read
Evaluation Order of Java Operands

Evaluation Order of Java Operands

Comments
4 min read
Java Operator Precedence

Java Operator Precedence

Comments
5 min read
`[]` Operator in Java

`[]` Operator in Java

Comments
5 min read
`new` Operator in Java

`new` Operator in Java

Comments
5 min read
Conditional Operator (`?:`) in Java

Conditional Operator (`?:`) in Java

Comments
4 min read
Assignment Operators in Java

Assignment Operators in Java

Comments
4 min read
Type Casting in Java (Implicit & Explicit)

Type Casting in Java (Implicit & Explicit)

Comments
5 min read
Java Short-Circuit Operators (&&, ||)

Java Short-Circuit Operators (&&, ||)

Comments
5 min read
Java Bitwise Operators (&, |, ^, ~, !)

Java Bitwise Operators (&, |, ^, ~, !)

Comments
4 min read
`instanceof` Operator in Java — Part 2

`instanceof` Operator in Java — Part 2

Comments
4 min read
`instanceof` Operator in Java — Part 1

`instanceof` Operator in Java — Part 1

Comments
4 min read
Equality Operators (==, !=) in Java — Part 2

Equality Operators (==, !=) in Java — Part 2

Comments
4 min read
Equality Operators (==, !=) in Java — Part 1

Equality Operators (==, !=) in Java — Part 1

Comments
3 min read
Relational Operators in Java

Relational Operators in Java

Comments
3 min read
String Concatenation Operator (`+`)

String Concatenation Operator (`+`)

Comments
4 min read
Arithmetic Operators in Java

Arithmetic Operators in Java

Comments
4 min read
Increment and Decrement Operators in Java

Increment and Decrement Operators in Java

Comments
4 min read
loading...