Critical foreign methods2025-02-07 Java PanamaIn this post, we look at marking down calls as critical and how this affects the call being made.
If and Switch Statements in Java2024-12-13 Java Programming FundamentalsA look at conditional statements in Java, including if/else, switch statements and pattern matching.
Exception Handling in Java with Code Examples2024-12-12 Java Programming FundamentalsHandling different kinds exceptions in Java using try statements