what is better?

VB Code:
  1. dim a as myOBJ = new myOBJ()

or


VB Code:
  1. dim a as new myOBJ()