Posts by Robson Silva • 11 points
2 posts
-
0
votes0
answers40
viewsQ: Create an arraylist in one class and use it in another
My problem is the following I have a class that contains an arraylist, I need to use the objects of this arraylist in another class. I’m having trouble creating it. I’m new and haven’t touched it…
arrayasked Robson Silva 11 -
1
votes1
answer2439
viewsQ: How to reference an arrayList of another class
Personal my code is still unfinished and I am creating a library system as college work want to do as a reference to use a list array of another class in a new class. I want to use the same Book…