VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraMay 3rd, 2024
    0 869

    Serialization with FlatBuffers in Java

    FlatBuffers in Java facilitates high-speed data serialization/deserialization, eliminating parsing overhead. Developed by Google, it offers a schema-less, memory-efficient solution for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraApril 30th, 2024
    0 482

    Implement A GraphQL Mutation With No Data Return

    GraphQL stands as a robust query language tailored for APIs, offering a versatile and effective means to engage with our…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraApril 29th, 2024
    0 2,889

    Amazon Simple Storage Service Mock Testing In Java

    Amazon S3 (Simple Storage Service) is a cloud storage solution provided by Amazon Web Services (AWS), offering scalable storage for…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraApril 23rd, 2024
    0 666

    How to Run a CommandLineRunner Bean Conditionally in Spring Boot

    CommandLineRunner in Spring is an interface allowing the execution of code when an application starts. It provides a callback method…

    Read More »
  • Software Development👁 Image
    Yatin BatraApril 23rd, 2024
    0 368

    Listing Docker Containers

    Hello. In this article let us delve into understanding the Docker commands to list and filter the containers. 1. What…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraApril 18th, 2024
    1 742

    Configuring the GlassFish Server in Eclipse

    GlassFish Server is an open-source application server designed to facilitate the development and deployment of Java Enterprise applications. Additionally, it…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraApril 18th, 2024
    1 1,468

    Spring Boot Transaction-Aware Caching Example

    Caching stands as a crucial technique in application development, enhancing performance and alleviating strain on databases and other resources. Within…

    Read More »
  • Core Java👁 Image
    Yatin BatraApril 17th, 2024
    0 1,442

    Create, Extract Jar Files on Linux, MacOS, and Windows

    JAR (Java ARchive) files serve as the standard and portable means to consolidate all components of a Java application into…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraApril 17th, 2024
    0 382

    Micronaut Java API versioning

    Micronaut is a modern JVM-based framework designed for building lightweight, modular, and highly efficient applications. It offers features like dependency…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 60
  • 61
  • 62
  • »
  • 70
  • ...
  • Last
Back to top button
Close