Posts by commandbear • 13 points
1 post
-
0
votes2
answers172
viewsQ: How to access an attribute in a Java Arraylist?
I created an application that receives some data and gathers in a ArrayList of a class that is in another package. How do I recover an attribute that is private by getter that is in the other class…