I have created a TCP server-client application in java which exchange periodic messages between them. As part of failure management, i need to detect the failure of either host/client and then call my custom function. Which exception in Java will catch just this part? Will SocketException work here? I want to call failure management only when host/client go down and not on any other issue.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...