Tag

checked exceptions

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Mar 22, 2021 · Backend Development

Introduction to Java Exceptions and Best Practices

This article provides a comprehensive overview of Java's exception mechanism, covering the Throwable hierarchy, the differences between Errors, checked and unchecked Exceptions, key keywords, common interview questions, and a collection of best‑practice guidelines with illustrative code examples.

Best PracticesJavachecked exceptions
0 likes · 32 min read
Introduction to Java Exceptions and Best Practices
Qunar Tech Salon
Qunar Tech Salon
Dec 5, 2014 · Fundamentals

10 Surprising Java Language Features You Might Not Know

This article reveals ten little‑known quirks of the Java language—such as the illusion of checked exceptions, overloads with differing return types, bridge methods, confusing array syntax, type‑use annotations, compound assignment nuances, hidden goto‑like control flow, type aliases, undecidable generic relationships, and type intersections—illustrated with concrete code examples.

Javabridge methodschecked exceptions
0 likes · 13 min read
10 Surprising Java Language Features You Might Not Know