Java Networking Question and Answers
13. | What are the advantages of Java Sockets? |
---|---|
|
|
14. | What is the difference between URL instance and URL connection instance? |
---|---|
A URL instance represents the location of a resource, and a URL connection instance represents a link for assessing or communicating with the resource at the location. | |
15. | What are the disadvantages of Java Sockets? |
---|---|
|
|
16. | Which class represents the sockets that both the client and server use to communicate with each other? |
---|---|
java.net.socket | |