+1 vote
in JAVA by

What is URL in Java?

1 Answer

0 votes
by

URL stands for Uniform Resource Locator and it points to resource files on the Internet. URL has four components: http://www. address. com:80/index.html, where http – protocol name, address – IP address or host name, 80 – port number and index.html – file path.

Related questions

+2 votes
asked Jul 27, 2021 in JAVA by SakshiSharma
+3 votes
asked May 13, 2021 in JAVA by rajeshsharma
...