A.if(i>10) throw Exception (“something‟s wrong!”); B.if(i>10) throw Exception e (“something‟s wrong!”); C.if(i>10) throw new Exception (“something‟s wrong!”); D.if(i>10) throw new Exception e (“something‟s wrong!”);
A.實(shí)體Bean和會(huì)話Bean B.包容器管理持久化和由bean管理持久化的實(shí)體Bean C.有狀態(tài)實(shí)體Bean和無狀態(tài)實(shí)體Bean D.消息實(shí)體Bean和非消息實(shí)體Bean
A.Applet,servlet和JavaBean類文件 B.EJB類,Home接口和Remote接口 C.EJB類,jar類文件和其他類文件 D.客戶類,商業(yè)類和服務(wù)類