VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraNovember 3rd, 2025
    0 787

    Real-Time Streaming with Spring AI ChatClient

    Streaming response in Spring AI ChatClient enables progressive delivery of AI-generated content, allowing clients to receive partial data as it…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 3rd, 2025
    0 888

    Java 25: Understanding Stable Values

    Java 25 introduces an innovative feature: the StableValue API (JEP 502). This new API allows the creation of objects that…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 31st, 2025
    0 1,891

    Generating HTML Test Reports with Gradle and JUnit

    When you run tests with Gradle the Test task by default produces reports in HTML and XML formats. For JUnit…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 30th, 2025
    0 955

    HTTPS Calls to Untrusted SSL Servers with REST Assured

    When testing REST APIs over HTTPS, REST Assured provides a simple and fluent interface to interact with APIs. However, testing…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 28th, 2025
    0 630

    Java Jersey & Jackson ObjectMapper Example

    When building REST APIs with Jersey (a JAX-RS implementation) and Jackson for JSON serialization, developers often need to customize how…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraOctober 27th, 2025
    0 407

    Developing Stateful Custom Bean Validation Using Spring Boot

    Bean Validation is a core feature of Spring Boot used to enforce rules on Java objects before they are processed…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraOctober 27th, 2025
    0 354

    Spring Boot & Hibernate @PartitionKey Guide

    In high-scale applications, partitioning your database tables can significantly improve performance and scalability. Hibernate provides support for partitioning with the…

    Read More »
  • Software Development👁 Image
    Yatin BatraOctober 24th, 2025
    0 982

    Elasticsearch Query With “Not Contains” Example

    Elasticsearch is a distributed full-text search engine where most queries operate by matching documents that contain tokens. To find documents…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 23rd, 2025
    0 1,106

    Global Test Initialization in JUnit 5

    In testing frameworks, it is often necessary to perform some setup tasks before any test in the project is executed.…

    Read More »
  • First
  • ...
  • 10
  • «
  • 17
  • 18
  • 19
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close