url
-
Boot
Spring Boot URL Shortener
Welcome, in this tutorial, we will use Redis and Spring boot to demonstrate a URL shortener (also known as TinyURL)…
Read More » -
URL
Read text from URL
This is an example of how to parse text from a URL. The URL Class is used to represent a…
Read More » -
URL
Parse URL example
In this example we shall show you how to parse a URL. Class URL represents a Uniform Resource Locator, a…
Read More » -
URL
Convert between URL and URI
With this example we are going to demonstrate how to convert between a URL and a URI. Class URL represents…
Read More »