Posts by Fernando Gatto • 11 points
1 post
-
1
votes0
answers95
viewsQ: How to return BD Json text to Arraylist in Java
I am having problems converting a set of texts in the Json format of the database to a set of Arraylist texts in Java. Follow the code below: Java model. public class Sala { private String…