Posts by user110666 • 11 points
1 post
-
0
votes2
answers127
viewsQ: Convert class to generic
I need to convert the code class below into a generic implementation using a Arraylist. Can anyone suggest a better way to do this? Code: public class ArrayStack { private int maxsize; Retirar essas…