Posts by Weslley Campos • 1 point
1 post
-
0
votes2
answers53
viewsQ: Automate sequential file opening?
I want to open several binary Java files at once, but I don’t want to instantiate them all manually this way as follows in example. Is there an automatic way, or a method so I can speed this up?…