VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraJune 14th, 2024
    0 6,796

    Filter a Map by Keys and Values using Java Stream

    Discover how to filter a Map by keys, values, or both using Java 8’s Stream API with the filter() and…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 12th, 2024
    0 589

    assertEquals() vs. assertSame() in JUnit

    JUnit is a widely used testing framework. Its API offers a straightforward approach to checking and comparing objects. However, the…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 11th, 2024
    0 1,384

    Int to short Conversion in Java

    When working with Java, we frequently face situations that require converting data types to meet specific needs. A common example…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 10th, 2024
    0 531

    Compare Different Numeric Types in Java

    Sometimes, we need to compare numbers regardless of their classes or types. This is particularly useful when the format is…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJune 3rd, 2024
    0 520

    PostgreSQL – Indexes

    Indexes in PostgreSQL are data structures used to improve the speed of data retrieval operations on database tables. They work…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJune 3rd, 2024
    0 410

    PostgreSQL – Recursive CTEs

    Common Table Expressions (CTEs) are a powerful feature in SQL that allows you to create temporary result sets that can…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 31st, 2024
    0 833

    Parse JSON using Moshi

    Moshi is a modern JSON library for Android and Java by Square. It simplifies parsing and serializing JSON, supports annotations,…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 29th, 2024
    0 1,664

    Manage Kafka Listeners Dynamically in Spring Boot

    In contemporary event-driven architectures, proficient management of data streams is paramount. Apache Kafka stands out as a favored solution for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMay 28th, 2024
    0 1,340

    Querydsl vs. JPA Criteria

    Querydsl and JPA Criteria are widely used frameworks for creating type-safe queries in Java. Both offer methods to express queries…

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