VOOZH about

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

⇱ Java Archives - Page 9 of 45 - Java Code Geeks


  • Core Java👁 Image
    Omozegie AziegbeJanuary 19th, 2026
    0 1,008

    Getting Started with MyBatis Dynamic SQL

    MyBatis Dynamic SQL is a type-safe Java DSL (Domain-Specific Language) for building SQL queries programmatically instead of writing SQL strings…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 16th, 2026
    0 737

    Handling Null Values with MapStruct

    MapStruct is a compile-time code generation framework that simplifies mapping between Java beans by eliminating boilerplate conversion code and relying…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 15th, 2026
    0 748

    Transposing a double[][] Matrix in Java

    Matrix manipulation is common in Java applications, from data analytics to machine learning, and matrix transposition is one of the…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 15th, 2026
    0 315

    Java PostgreSQL Query Cancellation Explained

    PostgreSQL is known for its robustness, performance, and strong support for concurrency. However, while working with long-running queries, background jobs,…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 14th, 2026
    0 506

    Joining Unrelated Tables with JPA Criteria API

    In real-world enterprise applications, it is common to encounter database tables that do not have explicit JPA relationships (such as…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 13th, 2026
    0 163

    How to Fix Hibernate’s token ‘*’ SyntaxException

    Hibernate’s JPQL (Java Persistence Query Language) provides an object-oriented abstraction over SQL, allowing us to query entities instead of database…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 12th, 2026
    0 318

    Create Unique and Valid Identifiers in Java

    Generating valid and unique identifiers is a fundamental requirement in software systems. Identifiers are used to uniquely represent entities such…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 9th, 2026
    0 176

    How to Collect Entity IDs from Java Collections

    In many applications, we often work with collections of domain entities retrieved from a database, API, or in-memory source, and…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJanuary 5th, 2026
    0 683

    Mastering Event-Driven Java: Kafka, Pulsar, RabbitMQ, and Beyond

    In today’s software landscape, responsiveness, scalability, and real-time data flow are no longer luxuries—they’re expectations. Event-driven architectures (EDA) offer a…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close