Posts by Joe Reis • 7 points
3 posts
-
0
votes1
answer94
viewsQ: Data scraping with jsoup and saving in txt
Whoa, way to go, guys. I’m trying to learn data scraping on my own, and as my English doesn’t help, I’m turning 30. Basically this is it. In executing my code, he lists the athletes of the…
-
0
votes1
answer159
viewsQ: Read xml with Xstream
I have a java xml reading exercise. My teacher indicated using the Xstream library and I’m not getting it. I read about the documentation, but I can’t identify the problem. I have the Transaction…
-
0
votes1
answer816
viewsQ: How to call method with the java array parameter?
I’m starting in java, I only had one class. So I’m making a program to add up the items in an array, and I have to use method. This is my code. Leading: package exercicio3e4; public class Principal…