Posts by Matheus Henrique • 39 points
3 posts
-
2
votes1
answer967
viewsQ: Java socket that sends and receives
I’m doing a college project and I’m using an ESP8266 microcontroller. At first, I wanted to create a Socketserver and a Socketclient in Java, which would be able to both receive messages and send to…
-
0
votes2
answers71
viewsA: String search in file . log in Java
For now the code I was able to create is getting like this, the result shows 3 values with "The network path was not found" contained in this example log, but this was just to learn, how would I add…
javaanswered Matheus Henrique 39 -
1
votes2
answers71
viewsQ: String search in file . log in Java
I need to create a program where I can search a file . log and can find certain strings in it, for example: Network path not found. Among others that would represent errors in this log file, they…
javaasked Matheus Henrique 39