A、CallableStatement
B、PreparedStatement
C、ProcedureStatement
D、Statement
在JDBC连接数据库编程应用开发中,一般会产生出下面的()的异常。
A、FileException
B、SQLException
C、IOException
D、DataException
在J2EE的ModelⅡ模式中,模型层对象被编写为()。
A、Applet
B、JSP
C、Server
D、JavaBean
A、view
B、control
C、model
D、不确证
当一个Servlet首次被请求的时候,服务器首先会调用()方法
A、doGet
B、doPost
C、doInit
D、init