I have an interface.
public interface Module { void init(); void actions(); }
What happens when i try to create an array li
You need to create a concrete class type that would implement that interface and use that in your array creation