Answer Posted / janet
URL stands for Uniform Resource Locator and it points to
resource files on the Internet.
URL has four components.
http://www.allinterview.com:80/index.html
http - protocol name,
allinterview - IP address or host name,
80 - port number,
index.html - file
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Explain the generic term internet.
What is an http redirector?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Why socketutil is used?
Explain look for local ports?
What is a thread pool?
How we can make simple java program for Server/Client Communication
What is network programming in java?
What is the Difference between socket and servlet?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is jhttp web server?
To create a socket, you need to know the internet host to which you want to connect?
What you know about random port?
What is the use of network interface?
Where is the network interface card located?