I am developing a client server model in which i need to send some TCP dump data to the server. The server will sort the data and will send it back to the client. I wanted to know how to go about this procedure.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Put files to list, then use
Collections.sort(list, comparator). Implement your own Comparator if you need some application specific sorting criteria.