Posts by Elooa Augusto • 3 points
2 posts
-
0
votes0
answers32
viewsQ: There is a way to save an Araaylist<Food> in the MYSQL database
Here’s my situation: I’m putting together an app that indicates meals . So I have a table called food, which has as fields: idAlimento, name, measure For example: 1 , rice, 100 grams 2, feijao, 50…
-
0
votes1
answer529
viewsQ: Send a Servlet object array to a jsp page
I need some help I have a Servlet that returns an array object p with a select query. I would like to know how to display this object in my jsp in HTML input fields (text box)