Nimu Chox wrote: PrintAll() is complaining return type is missing, thanks in advance
Actually, I think you mean findAll(), and I suspect that it's complaining that you're NOT returning anything, not that the return type is missing.
As I said before, please post
the exact message you are getting (all of it).
And also: fields and methods should start with a
lowercase letter. It's not a language requirement, but it
is an established convention, so
you should stick to it.
Winston