InterviewSolution
Saved Bookmarks
| 1. |
Disadvantages of Java Sockets? |
|
Answer» Socket based communications allows only to send packets of raw data between applications. Both the client-side and server-side have to provide mechanisms to make the data useful in any way. |
|