About 14,500,000 results
Open links in new tab
  1. Java HttpClient - ZetCode

    Apr 17, 2025 · Learn how to create HTTP requests in Java using the HttpClient library. This comprehensive tutorial covers GET and POST requests, query parameters, asynchronous requests, …

  2. How to Create a simple TCP Client-Server Connection in Java?

    Jul 23, 2025 · In Java, we can create TCP client-server connections using the Socket and ServerSocket classes from the java.net package. In this article, we will learn how to create a simple TCP client …

  3. Java HTTP Client - Examples and Recipes - OpenJDK

    The following are a number of examples and recipes that can be followed to perform common tasks using the Java HTTP Client. See here for an introduction to the Java HTTP Client.

  4. Azure Identity client library for Java | Microsoft Learn

    Jan 21, 2026 · The Java client libraries listed here support authenticating with TokenCredential and the Azure Identity library. You can learn more about their use, and find additional documentation on use …

  5. Basics tutorial | Java | gRPC

    Nov 25, 2024 · This tutorial provides a basic Java programmer’s introduction to working with gRPC. By walking through this example you’ll learn how to: Define a service in a .proto file. Generate server …

  6. Create a MongoClient - Java Sync Driver - MongoDB Docs

    Create a MongoClient In this guide, you can learn how to connect to a MongoDB Atlas deployment, a MongoDB instance, or a replica set using the Java driver. You can view sample code to connect to …

  7. Java client - OpenSearch Documentation

    Java client The OpenSearch Java client allows you to interact with your OpenSearch clusters through Java methods and data structures rather than HTTP methods and raw JSON. For example, you can …

  8. Posting with Java HttpClient - Baeldung

    Jan 18, 2024 · From Java 9 onwards, the new HttpClient API provides both a synchronous and asynchronous modern web client. We look at how it can be used to make requests.

  9. Socket Programming in Java - GeeksforGeeks

    Oct 4, 2025 · Socket programming in Java enables communication between two devices over a network. It allows data exchange between a client and a server using the java.net package.

  10. OpenAI Java API Library - GitHub

    The official Java library for the OpenAI API. Contribute to openai/openai-java development by creating an account on GitHub.