I am trying to create a class say MyStack that would implement a java.util.collections class. MyStack will override some methods of the collections cl
MyStack
Instead of:
public class MyStak implements java.util.Collection{
try: