VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraFebruary 18th, 2025
    0 1,072

    Spring Boot SnakeYAML 2.0 CVE-2022-1471 Issue Fixed

    SnakeYAML is a widely used Java library for parsing and dumping YAML. However, a critical security vulnerability, CVE-2022-1471, was discovered…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 17th, 2025
    0 953

    How to Share Data Between Steps in Cucumber

    Cucumber is a popular BDD (Behavior-Driven Development) framework that helps bridge the communication gap between developers, testers, and business analysts.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraFebruary 14th, 2025
    0 1,360

    Avro: Storing Null Values in Files

    Apache Avro is a widely used data serialization system designed for efficient storage and transmission of structured data. It is…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 13th, 2025
    0 2,327

    Include Jars In Java Classpath Example

    In Java, the classpath is a crucial parameter that tells the Java Virtual Machine (JVM) where to find compiled class…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraFebruary 13th, 2025
    0 1,705

    Spring Boot Circuit Breaker vs Retry

    When developing resilient microservices, handling failures is crucial. Spring Boot provides two primary patterns for fault tolerance: Retry and Circuit…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 12th, 2025
    0 754

    Java Exception With Null Message Handling

    When developing Java applications, handling exceptions is crucial for debugging and ensuring robust code. Usually, when an exception is thrown…

    Read More »
  • Java👁 Image
    Yatin BatraFebruary 12th, 2025
    0 420

    What is an LLM Agent

    What is an LLM Agent? Let us delve into understanding how this advanced AI system goes beyond traditional language models…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 11th, 2025
    0 929

    Public Class Must Be Declared in a Matching File – Java Error Resolved

    Java enforces a strict naming convention when dealing with public classes. If a class is declared public, its filename must…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 11th, 2025
    0 602

    Mockito Spy: Mocking a Method in the Same Class Example

    Mockito is a popular testing framework for Java that helps in mocking dependencies. When dealing with unit tests, sometimes we…

    Read More »
  • First
  • ...
  • 20
  • 30
  • «
  • 37
  • 38
  • 39
  • »
  • 40
  • 50
  • ...
  • Last
Back to top button
Close