在javaScrpt中window对象的()方法用于打开一个新窗口。
A、openWindow()
B、window()
C、open()
D、close()
A、20分钟
B、30分钟
C、45分钟
D、60分钟
在JDBC连接数据库编程应用开发中,利用()可以实现连接数据库。
A、Connection类
B、PreparedStatement类
C、CallableStatement类
D、Statement类
ASP.NET中可以在不同项目之间共享的对象是()
A、Response
B、Request
C、Application
D、Session
当多个客户请求一个servlet时,引擎为每个客户启动一个进程,这些进程由servlet引擎服务器来管理。