VOOZH about

URL: https://www.javacodegeeks.com/tag/java

⇱ Java Archives - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraJune 19th, 2026
    0 14

    Understanding the Key Derivation Function API in Java 25

    Java 25 introduces a standardized Key Derivation Function (KDF) API that simplifies the process of deriving cryptographic keys from passwords,…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJune 12th, 2026
    0 94

    Java 26 Primitive Types in Patterns — The Interview Trap

    Java 26 ships JEP 530 — the fourth preview of primitive types in patterns — and with it comes one of the…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 12th, 2026
    0 63

    Implementing Quantum-Resistant ML-KEM and ML-DSA in Java

    As quantum computing continues to evolve, traditional public-key cryptographic algorithms such as RSA, DSA, and Elliptic Curve Cryptography (ECC) face…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouJune 11th, 2026
    0 187

    Spring AI 2.0 + MCP: Building a Tool-Calling Agent in 50 Lines

    Spring AI 2.0-M6, shipped May 8, 2026, is the milestone where building an MCP tool-calling agent in Java stops feeling…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJune 11th, 2026
    0 132

    Virtual Thread Pinning: The Silent Performance Killer in Your Codebase

    Virtual threads promise to make blocking I/O cheap. And they do — as long as they can actually unmount from…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJune 10th, 2026
    0 177

    Records in Production: Where They Shine and Where They Silently Fail

    Records are one of the most genuinely useful additions to modern Java. They eliminate boilerplate, communicate immutability at the type-system…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouJune 10th, 2026
    0 145

    Why Your Integration Tests Are Slower Than They Should Be: The Spring Context Cache You Don’t Know You’re Misusing

    Every JCG article recommends @SpringBootTest for integration testing. Almost none explain the context cache model underneath it — how a single misplaced @DirtiesContext,…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouJune 8th, 2026
    0 77

    Idempotency Keys Are Harder Than They Look: The 5 Failure Modes Nobody Talks About

    Every payment guide, every microservices tutorial, and every distributed-systems primer tells you the same thing: make your endpoints idempotent. Add…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 5th, 2026
    0 357

    Extracting HTTP Basic Authentication from HttpServletRequest

    Authentication is a fundamental aspect of securing web applications. One of the simplest and most widely used authentication mechanisms is…

    Read More »
  • 1
  • 2
  • 3
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close