VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraJuly 9th, 2024
    0 556

    Get the First and the Last Elements From an Array in Java

    In this article, we will explore different approaches to getting the first and last elements from an array in Java.…

    Read More »
  • Core Java👁 Image
    Yatin BatraJuly 9th, 2024
    0 577

    Conversion of InputStream to Stream in Java

    In this article, we will explore different approaches for InputStream to Stream conversion in Java. 1. Introduction In Java, InputStream…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJuly 8th, 2024
    0 3,211

    Using Enum in Spring Data JPA Queries

    When constructing our persistence layer using Spring Data JPA, we frequently deal with entities that contain enum fields. These enum…

    Read More »
  • Core Java👁 Image
    Yatin BatraJuly 4th, 2024
    0 1,348

    Check if Two Strings Are Permutations of Each Other in Java

    In this article, we will explore different approaches to check if two strings are permutations of each other in Java.…

    Read More »
  • Core Java👁 Image
    Yatin BatraJuly 3rd, 2024
    0 1,269

    Check if a Number Is Power of 2 in Java

    In this article, we will explore different approaches to check if a given number is a power of 2 in…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJuly 1st, 2024
    0 2,077

    Getting Started with LangChain4j and Spring Boot

    The LangChain4j framework is an open-source library designed to seamlessly integrate Language Learning Models (LLMs) into Java applications. Drawing inspiration…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraJune 27th, 2024
    0 2,816

    Spring Boot MVC REST Controller Example & Unit Tests

    In modern web development, REST APIs are essential for enabling communication between different systems and platforms. The Spring Framework, particularly…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraJune 26th, 2024
    0 1,259

    Spring JPA LIKE Query Example With JdbcTemplate or JpaRepository

    LIKE queries in SQL allow users to search for specified patterns in the database table columns, enabling flexible and dynamic…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 25th, 2024
    0 388

    Moshi BigDecimal requires explicit JsonAdapter

    When working with JSON in Java, handling numerical data with precision is crucial, especially in financial applications. The BigDecimal class…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 55
  • 56
  • 57
  • »
  • 60
  • 70
  • ...
  • Last
Back to top button
Close