Posts by IranNeto • 1 point
1 post
-
0
votes3
answers412
viewsA: How do I create an Arraylist of objects with each position containing a new object?
That’s basically how it is. It’s important to remember the context of your application. More generally this is the code I used to validate. import java.util.ArrayList; public class Produto { public…