VOOZH about

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

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


  • Enterprise Java👁 Image
    Yatin BatraDecember 20th, 2024
    0 2,357

    Store Arrays & Collections In JSON & XML In Hibernate

    Hibernate is a powerful and flexible ORM (Object-Relational Mapping) framework that simplifies the interaction between Java applications and relational databases.…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 19th, 2024
    0 573

    Invoke a GoLang Function from Java

    Go, often referred to as GoLang, is a statically typed, compiled programming language designed by Google. Known for its simplicity,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraDecember 19th, 2024
    0 2,541

    Configure CORS Policy for Spring Cloud Gateway

    Cross-Origin Resource Sharing (CORS) is a mechanism that allows web applications hosted on one domain to interact with resources hosted…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraDecember 17th, 2024
    0 982

    Spring Boot @requestmapping To Serve A zip File

    Serving a zip file from a Spring Boot application is a common requirement in modern web applications. Whether for compressing…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 17th, 2024
    0 613

    Mock Multiple Responses for the Same Request In MockServer

    MockServer is a versatile tool for mocking HTTP and HTTPS responses. Often, you may need to simulate different responses for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraDecember 16th, 2024
    0 1,329

    HTTP DELETE With Request Body

    HTTP DELETE is typically used to request the deletion of a resource from a server. However, unlike other HTTP methods…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraDecember 16th, 2024
    0 742

    Conditionals in Spring WebFlux Reactive Flow

    Spring WebFlux is a part of the Spring Framework that enables developers to build reactive, non-blocking web applications. Unlike traditional…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 13th, 2024
    0 2,423

    Mock Nested Method Calls Using Mockito

    Mockito is a powerful Java-based framework that simplifies unit testing by allowing developers to mock objects and their behaviors. Nested…

    Read More »
  • Software Development👁 Image
    Yatin BatraDecember 13th, 2024
    1 784

    Conversion from POJO to Avro Record

    Apache Avro is a powerful data serialization framework widely used in distributed systems to exchange data efficiently and compactly. Avro’s…

    Read More »
  • First
  • ...
  • 30
  • 40
  • «
  • 42
  • 43
  • 44
  • »
  • 50
  • 60
  • ...
  • Last
Back to top button
Close