在Servlet中,下列语句可以正确获取PrintWriter对象的是()
A、PrintWriterout=requestgetWriter();
B、PrintWriterout=requestgetPrintWriter();
C、PrintWriterout=responsegetWriter();
D、PrintWriterout=responsegetPrintWriter();
在HTTP响应的MIME消息体中,可以同时包含如下类型的数据______。
ⅰ.文本数据ⅱ.图片数据ⅲ.视频数据ⅳ.音频数据
A、仅ⅰ
B、ⅰ和ⅱ
C、ⅰ、ⅱ和ⅲ
D、全都可以
A、Thefirstlineand
secondline
B、Thefirstlineandnsecondline
C、Thefirstlineandsecondline
D、Thefirstlineandsecondline
在JDBC连接数据库编程应用开发中,一般会产生出下面的()的异常。
A、FileException
B、SQLException
C、IOException
D、DataException
设A=”ASP”,B=“.NET”,以下()可以得到站果”ASP.NET”。
A、A&B
B、A+B
C、A&+B
D、A-B