VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 22nd, 2024
    1 698

    Jakarta Enterprise Edition Migration

    Java EE has long served as a foundational platform for developing robust and scalable enterprise applications. With features like dependency…

    Read More »
  • Software Development👁 Image
    Yatin BatraOctober 21st, 2024
    0 342

    Solr vs Lucene Comparison

    When it comes to open-source search engines, Apache Lucene and Apache Solr are two popular choices. They both serve similar…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 21st, 2024
    0 639

    Applying @ClientBasicAuth in Quarkus REST Client

    The Quarkus REST Client makes it easy to consume RESTful services with built-in support for authentication mechanisms like Basic Authentication.…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 16th, 2024
    0 1,560

    Detect Bugs Code With Spotbugs

    SpotBugs is an open-source static code analysis tool for Java that helps developers identify potential bugs and code quality issues…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 16th, 2024
    0 971

    Map Iterable to Object with MapStruct

    In Java, working with Iterable types like lists are common, but sometimes we need to map a collection of objects…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 15th, 2024
    0 694

    Modular arithmetic operations in Java

    In competitive programming, handling large numbers efficiently is crucial. Often, problems require computing results under a certain modulo to avoid…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 14th, 2024
    0 480

    Last Element Test in Java Array

    When working with arrays in Java, there are situations where you may need to check if an element is the…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraOctober 14th, 2024
    0 710

    Send POST Request in Apache Camel

    Apache Camel is a popular open-source integration framework that simplifies the process of integrating various systems. It provides a flexible…

    Read More »
  • Software Development👁 Image
    Yatin BatraOctober 11th, 2024
    0 1,089

    Checking if an Element Exists Using Selenium WebDriver

    When automating tests with Selenium WebDriver, it’s crucial to ensure that specific elements exist on the page before performing actions…

    Read More »
  • First
  • ...
  • 30
  • 40
  • «
  • 47
  • 48
  • 49
  • »
  • 50
  • 60
  • ...
  • Last
Back to top button
Close