1753774 Members
7185 Online
108799 Solutions
New Discussion

Java socket

 
Fedele Giuseppe
Frequent Advisor

Java socket

Hi all,

hi have to manage two Java applications that communicate through a socket channel.

I have noticed that the client application writes on the socket by using BufferedWriter class, whereas on server side the data are read through the InputStreamReader one.

Do you see any arror or risk about such a mechanism?

Thanks in advance

Giuseppe