I'm new in Java. I'll take the risky job of asking you a very simple question.
I have been given in an assignment wherein I need to make a client-server program in Java. The client should read some specified numbers of characters from a file and send it to server. The server will sort the data and will send it back to client.
The problem is I dont know which API to use for reading the characters.