Posts by Phrxn • 28 points
2 posts
-
0
votes2
answers89
viewsA: Problems when adding numbers to an Arraylist
Is that all the code? If it is change: @FXML private void handleAvancar(ActionEvent event) throws IOException { inicio.handleIniciar(event); } for: @FXML private void handleAvancar(ActionEvent…
-
1
votes1
answer53
viewsQ: Java Socket Specification and Implementation
I created a class MySocket that extends java.net.Socket, but I saw that class java.net.Socket implements the interface java.io.Closeable, and my question is: In my class MySocket I am obliged to…