Posts by Emerson Nascimento • 21 points
1 post
-
2
votes2
answers250
viewsA: Run . java that imports another class in the terminal
You have to instantiate the class within the class being executed. Another = new Another(); another method.();
1 post
2
votes2
answers250
viewsYou have to instantiate the class within the class being executed. Another = new Another(); another method.();