单项选择题
A.Applet B.客户端 C.Web D.EJB
A.save B.update C.persist D.create
A.第一行有错,必须为参数起个名字 B.第三行有错误,query.setParameter(0, "2000-12-05")应为query.setParameter(1, "2000-12-05"); C.第四行没有错误 D.这些语句没有错误