What is URL?- April 18, 2007
Posted by essamabdelaziz in JAVA.trackback
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.
Comments»
No comments yet — be the first.