I ve got the following code using arrays to find some prim numbers. However, when trying to compile my user class PalindromeArrayUser it says - \"Constructor in class cannot
Error is because you extend PalindromeArray .This is not necessary.
Subclass (your PalindromeArrayUser) must provide constructor with one int.
If yous super class don't have default constructor then in you subclass constructors must invoke one of non-default constructor from super class. (super(params))