VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraMay 20th, 2026
    0 102

    Understanding @NamedEntityGraph in Hibernate

    Hibernate provides several techniques to optimize entity fetching and reduce performance issues such as the N+1 query problem. One of…

    Read More »
  • Software Development👁 Image
    Yatin BatraMay 20th, 2026
    0 149

    How Database Indexes Work

    Database performance is one of the most important aspects of backend application development. As data grows, query execution becomes slower…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraMay 19th, 2026
    0 87

    Fix RestTemplate Conversion Error in Spring

    When working with REST APIs in Spring Boot, developers often use RestTemplate to send HTTP requests and process responses. One…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 19th, 2026
    0 79

    Java Flip Bits Number Example

    Bit manipulation is an important concept in Java programming, especially when dealing with low-level operations, optimization, cryptography, networking, and competitive…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 15th, 2026
    0 731

    Java Fast Gaussian Blur Example

    Gaussian Blur is one of the most widely used image processing techniques for smoothing images and reducing noise. It is…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 12th, 2026
    0 90

    Java HttpSession Object Storage

    In Java web applications, maintaining user state across multiple requests is essential. Since HTTP is a stateless protocol, we use…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 11th, 2026
    0 153

    Spring Boot Dependency Injection using @Autowired

    Spring Boot is a widely used framework for building production-ready Java applications with minimal configuration. At the core of Spring…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 8th, 2026
    0 107

    Fixing PatternSyntaxException: Unclosed Character Class

    In Java, regular expressions are widely used for pattern matching, validation, searching, and string manipulation. The Java Regex API provides…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 6th, 2026
    0 99

    Java IPv4 to IPv6 Conversion

    With the growing demand for IP addresses, IPv6 was introduced as a successor to IPv4. While IPv4 uses 32-bit addresses,…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close