VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraMarch 4th, 2025
    0 313

    Spring Unified SSL Support

    With the increasing need for secure communication, SSL/TLS plays a vital role in protecting sensitive data over the network. Spring…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 3rd, 2025
    0 604

    Why Calling super.super.method() is Not Allowed in Java

    Java follows a strict object-oriented approach with a well-defined inheritance model. Unlike some languages that allow direct access to grandparent…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraFebruary 28th, 2025
    0 1,153

    Kafka Message Acknowledgement Options

    Apache Kafka is a distributed messaging system widely used for building real-time data pipelines and streaming applications. To ensure reliable…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraFebruary 26th, 2025
    0 701

    Spring Boot Centralize HTTP Logging Example

    Effective logging is essential for debugging, monitoring, and maintaining applications. Let us delve into understanding how Spring Boot can centralize…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 25th, 2025
    0 315

    Java JDBC executeQuery() DML Error Resolution

    In Java JDBC, executing SQL statements incorrectly can lead to runtime errors, such as the common exception Cannot issue data…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraFebruary 24th, 2025
    0 1,540

    Hugging Face Models With Spring AI and Ollama Example

    Ollama provides a lightweight way to run LLM models locally, and Spring AI enables seamless integration with AI models in…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 21st, 2025
    0 2,313

    Hibernate Envers – Extending Revision Info with Custom Fields

    Hibernate Envers provides automatic auditing of entity changes in Hibernate-based applications. By default, Envers tracks entity modifications with revision numbers…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraFebruary 20th, 2025
    0 2,424

    Structured Logging in Spring Boot

    Logging is an essential part of application development as it helps in debugging and monitoring. Structured logging enhances traditional logging…

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

    Spring AI With Anthropic’s Claude Models Example

    Anthropic’s Claude models are powerful AI assistants that can be integrated with Spring AI to build chatbots and AI-powered applications.…

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