单项选择题

关于AlertDialog描述错误的是()

A.AlertDialog不能直接用new关键字构建对象,而必须使用其内部类Builder
B.create()方法创建并显示对话框
C.show()方法只显示对话框
D.AlertDialog.Builder的create()和show()方法都返回AlertDialog对象