单项选择题

设A为已定义的类名,下列声明A类的对象a的语句中正确的是()。

A.floatAa;
B.publicAa=A();
C.Aa=newint();
D.staticAa=newA();