passing arrays to constructors

Hi,

I started using Junit 4 recently. I wanted to know if we can we pass the parameters of the constructor as an array or not. Also i was wondering if we can have overloaded constructors ?

A.P.