Hello everyone,
I am very new to Java
what I need to do is like below:
Public Class1
that is an arrayclass that holds multi arrays + lists is my thought.
Public Class2
here is where I fill the arrayclass from Class1 with arraydata.
Public Class3
here is where I use the array class1 that reiceved the data in class2
How do I make this?
basically passing arraylist with data to another class
Thank you in advance
Regards
I am very new to Java
what I need to do is like below:
Public Class1
that is an arrayclass that holds multi arrays + lists is my thought.
Public Class2
here is where I fill the arrayclass from Class1 with arraydata.
Public Class3
here is where I use the array class1 that reiceved the data in class2
How do I make this?
basically passing arraylist with data to another class
Thank you in advance
Regards