VOOZH about

URL: https://www.javacodegeeks.com/author/yatin-batra/page/8

⇱ Yatin Batra, Author at Java Code Geeks - Page 8 of 73


  • Core Java👁 Image
    Yatin BatraMarch 10th, 2026
    0 293

    Java Cannot Instantiate Type Error: Causes and Fixes

    In Java, developers occasionally encounter the compilation error Cannot instantiate the type. This error occurs when a program attempts to…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 10th, 2026
    0 176

    Java Currency Symbol Matching

    Working with international monetary values often requires applications to both recognize currency symbols in text and display properly formatted currency…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 9th, 2026
    0 176

    Java PreparedStatement with LIKE Wildcards Example

    Searching text using SQL’s LIKE operator is a common requirement in many applications. When working with JDBC, developers typically use…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 3rd, 2026
    0 410

    How To Run An LLM Locally To Interact With Your Documents

    Running Google Gemini allows you to query, summarize, and analyze your documents while leveraging a cloud-based model optimized for security…

    Read More »
  • DevOps👁 Image
    Yatin BatraMarch 2nd, 2026
    0 254

    Kafka Idempotence Performance Analysis

    Apache Kafka is designed for high-throughput, fault-tolerant, distributed messaging. In real-world systems, producers may retry sending messages due to network…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraMarch 2nd, 2026
    0 367

    MCP Annotations in Spring AI

    Spring AI introduces first-class support for the Model Context Protocol (MCP), enabling AI models to discover tools, data, and prompts…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraFebruary 27th, 2026
    0 261

    Multitenant Spring Authorization Server

    Modern SaaS platforms often serve multiple customers (tenants) using a single deployment. Each tenant may require isolated OAuth2 clients, users,…

    Read More »
  • Software Development👁 Image
    Yatin BatraFebruary 26th, 2026
    0 144

    Turn Off Automatic Code Formatting in Eclipse

    Eclipse IDE is one of the most popular development environments for Java and other languages. While automatic code formatting helps…

    Read More »
  • Java👁 Image
    Yatin BatraFebruary 26th, 2026
    0 955

    Renaming Fields in Elasticsearch Mappings

    In Elasticsearch, index mappings define the structure and data types of fields stored in an index. Once a field is…

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