VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraMarch 25th, 2026
    0 55

    Java Implementation of Frog River One

    This article explains the Frog River One problem and explores different approaches to solve it, comparing their efficiency and practicality…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMarch 24th, 2026
    0 131

    Fixing Spring Boot Error “The Elements Were Left Unbound”

    Spring Boot provides a flexible way to manage application configuration using external property files. However, when these properties are bound…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMarch 24th, 2026
    0 124

    Understanding subscribe() and assign() Methods of KafkaConsumer

    Apache Kafka consumers can read messages from topics using two important methods: subscribe() and assign(). Understanding how these approaches differ…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 20th, 2026
    0 201

    Fixing Java ClassCastException for Comparable Objects

    This article explains why Java throws a ClassCastException when using ordered collections like TreeSet or TreeMap with objects that are…

    Read More »
  • Software Development👁 Image
    Yatin BatraMarch 20th, 2026
    0 253

    Elasticsearch keyword vs text

    This article explores Elasticsearch field types and how to choose between text and keyword for effective search and indexing. 1.…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMarch 17th, 2026
    0 196

    Thymeleaf Text Rendering Without Breaking HTML

    When working with Spring Boot and Thymeleaf, developers often need to inject dynamic text into an HTML template. However, a…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 17th, 2026
    0 319

    Formatting Java Code with Prettier

    Consistent code formatting is crucial for readability, maintainability, and collaboration in Java projects. While IDEs like IntelliJ IDEA offer built-in…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 16th, 2026
    0 209

    Compile-Time Conditional Logic in Java

    In many programming languages, developers sometimes need to include or exclude certain pieces of code during compilation. Languages such as…

    Read More »
  • Java👁 Image
    Yatin BatraMarch 13th, 2026
    0 175

    Java InputStream To DataHandler Example

    When working with file uploads, email attachments, or binary data processing in Java applications, developers frequently deal with InputStream objects.…

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