So here,

when this code executed
Imports acct1 = new Imports();

It invoked following constructor
public Imports()
{
setNum(0);
}