Java Networking Question and Answers
9. | What are the two important TCP Socket classes? |
---|---|
|
|
10. | What information is needed to create a TCP Socket? |
---|---|
|
|
11. | In OSI N/W Architecture, the routing is performed by which layer? |
---|---|
Network Layer | |
12. | Which class is used by server applications to obtain a port and listen for client requests? |
---|---|
java.net.ServerSocket class is used by server applications to obtain a port and listen for client requests. | |