About 1,060,000,000 results
Open links in new tab
  1. java - InputStream from a URL - Stack Overflow

    Aug 21, 2015 · How do I get an InputStream from a URL? for example, I want to take the file at the url wwww.somewebsite.com/a.txt and read it as an InputStream in Java, through a ...

  2. Guide to Java URL Encoding/Decoding - Baeldung

    Dec 16, 2024 · The article discusses URL encoding in Java, some pitfalls, and how to avoid them.

  3. Reading Directly from a URL (The Java™ Tutorials > Custom ...

    The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology …

  4. Class UrlFetchApp | Apps Script | Google for Developers

    Dec 2, 2024 · Fetch resources and communicate with other hosts over the Internet. This service allows scripts to communicate with other applications or access other resources on the web by …

  5. URL - Web APIs | MDN

    Apr 27, 2025 · The URL interface is used to parse, construct, normalize, and encode URLs. It works by providing properties which allow you to easily read and modify the components of a …

  6. URLConnection (Java Platform SE 8 ) - Oracle Help Center

    The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL. Instances of this class can be used …

  7. URL escape codes - Micro Focus

    White spaces in URLs You can use the following characters or strings to represent white space in the query portion of a URL: White space ( ) Plus sign (+) URL escape code (%20) String literal …