VOOZH about

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

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


  • Enterprise Java👁 Image
    Yatin BatraOctober 22nd, 2025
    0 473

    Using TupleTransformer and ResultListTransformer in Hibernate

    In Hibernate, developers often use native SQL queries or JPQL queries that return complex results — such as multiple columns…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 17th, 2025
    0 532

    IntelliJ IDEA vs Eclipse: What Sets Them Apart?

    Integrated Development Environments (IDEs) shape developer workflows. IntelliJ IDEA (by JetBrains) and Eclipse (open-source foundation-driven) are long-standing choices for Java…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 14th, 2025
    0 282

    Java Abstract Method with a Variable Number of Arguments Example

    In this article, let us delve into understanding how to implement an abstract method with variable list of arguments in…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 14th, 2025
    0 268

    Testing gRPC Services in Java

    gRPC is a high-performance RPC framework that uses protocol buffers for defining services and messages. For reliable systems, you should…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 13th, 2025
    0 459

    How to Retrieve Servlet Context in Java

    In Java web applications, the ServletContext object provides a way to communicate with the servlet container and access application-level parameters…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 10th, 2025
    0 217

    Determine Whether Two Integers Share the Same Sign

    In Java, you might often need to determine whether two integers share the same sign. For instance, in mathematical computations…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 10th, 2025
    0 217

    Managing non-value doubles in Java

    This article provides a comprehensive overview of how to identify and handle “non-value” doubles in Java—values like NaN, Infinity, and…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 8th, 2025
    0 518

    Java Generics “capture of ?” Example

    Java generics introduced type parameters to provide compile-time type safety. Wildcards such as ? are used when a method or…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 2nd, 2025
    0 383

    Processing StringBuilder Line by Line in Java

    In Java, a StringBuilder is often used to efficiently build strings through dynamic modifications. However, there are times when you…

    Read More »
  • First
  • ...
  • 10
  • «
  • 18
  • 19
  • 20
  • »
  • 30
  • 40
  • ...
  • Last
Back to top button
Close