We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9119a commit 3bdcc82Copy full SHA for 3bdcc82
UDP_Server_And_Client_Application/Programed_In_the_teacher's_way/ClientDatagram.java
@@ -47,7 +47,7 @@ private static void accessServer() {
47
ioException.printStackTrace();
48
System.out.println("ERROR" + ioException.getMessage());
49
50
- }finally {
+ } finally {
51
System.out.println("\n * Closing connection ... *");
52
datagramSocket.close(); // STEP 8
53
0 commit comments