Tag

Unboxing

1 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 22, 2025 · Fundamentals

Understanding the Ternary Operator and NullPointerException in Java

This article explains Java's ternary operator syntax, demonstrates how mixing primitive and wrapper types can trigger NullPointerException due to automatic unboxing, and provides code examples and best‑practice notes to help developers avoid such pitfalls.

JavaUnboxingboxing
0 likes · 3 min read
Understanding the Ternary Operator and NullPointerException in Java
Cognitive Technology Team
Cognitive Technology Team
May 9, 2022 · Fundamentals

Understanding the Ternary Operator and NullPointerException in Java

This article explains Java's ternary operator syntax, its equivalent if‑else form, and how mixing primitive and wrapper types can trigger a NullPointerException through automatic unboxing, illustrated with code examples and a discussion of related type‑conversion rules.

JavaType ConversionUnboxing
0 likes · 3 min read
Understanding the Ternary Operator and NullPointerException in Java