VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraDecember 11th, 2025
    0 217

    Choosing a Random Key from a Java HashMap

    In Java, a HashMap is a widely used data structure that stores key-value pairs with constant-time performance for basic operations…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 10th, 2025
    0 1,358

    Handling Abstract Class Mapping in MapStruct

    MapStruct is a powerful Java annotation-based code generation framework that simplifies object-to-object mapping. However, when working with abstract classes, direct…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 9th, 2025
    0 236

    How to Set Individual and Multiple Bits in a Java Integer

    In Java, bit manipulation is a powerful technique that allows developers to work directly with the binary representation of numbers.…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 8th, 2025
    0 236

    Java’s Object Class Explained

    In Java, the Object class is the root class of the entire class hierarchy. Every class in Java directly or…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 5th, 2025
    0 217

    How to Determine a Sum of Two Squares in Java

    A practical guide showing the number theory behind the check, and a clear, well-commented Java implementation that both tests and…

    Read More »
  • Node.js👁 Image
    Yatin BatraDecember 5th, 2025
    0 959

    Build A Custom AI Chat Application With Next.js

    In recent years, AI chatbots powered by large language models like OpenAI’s GPT have revolutionized how users interact with applications.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraDecember 4th, 2025
    0 407

    Dealing with UnexpectedRollbackException in Spring

    In Spring applications, managing transactions properly is critical to maintaining data consistency and integrity. Sometimes, developers encounter the UnexpectedRollbackException, which…

    Read More »
  • React.js👁 Image
    Yatin BatraDecember 4th, 2025
    0 267

    Building a Full-Stack Serverless CRUD App with AWS and React

    In recent years, serverless computing has revolutionized how developers build and deploy applications in the cloud. By abstracting away server…

    Read More »
  • Software Development👁 Image
    Yatin BatraDecember 3rd, 2025
    0 212

    Building Your First Dynamic Performance Test in Apache JMeter

    Dynamic performance testing evaluates how an application performs in real-world scenarios, accounting for multiple users, variable data, and different workflows.…

    Read More »
  • First
  • ...
  • 10
  • «
  • 14
  • 15
  • 16
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close