Java development for Linux on Mac OS2025-03-07 Java Foreign functions PanamaIn this post, we look at how to do Java development for Linux while working on Mac OS.
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.