Posts by Antonio Motta • 1 point
2 posts
-
-2
votes2
answers36
viewsA: Exercise with ongoing scanner, does not perform correctly
As I look at it, I suggest a few attempts: You have one more closing keys between those if and Else, as we can see below: if (comando == "w") { System.out.println("Você está indo para frente! ");…
-
0
votes1
answer42
viewsA: How can I reconnect to the database by putting variables on standalone instead of in Java code
I understand you plan to use the wildfly or jboss, giving him the responsibility of your connection, in which case you need to: Configure the application server: in the link below I explain how to…