單項(xiàng)選擇題Tomcat的端口號可以在()文件中修改。

A.server.xml
B.web.xml
C.tomcat.xml
D.不能改


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題使用GET方式提交數(shù)據(jù),接收數(shù)據(jù)時,處理中文最直接有效方式為()。

A.request.setCharacterEncoding("utf-8")
B.response.setContentType("text/html;charset=utf-8")
C.Stringname=newString(request.getParameter("name").getBytes("ISO-8859-1"),"gbk")
D.response.setCharacterEncoding("gbk")

2.單項(xiàng)選擇題編寫Servlet的doPost方法時,需要拋出異常為()。

A.ServletException,IOException
B.ServletException,RemoteException
C.HttpServletException,IOException
D.HttpServletException,RemoteException

3.單項(xiàng)選擇題http是一個()協(xié)議。

A.無狀態(tài)
B.有狀態(tài)
C.狀態(tài)良好的
D.局域網(wǎng)

4.單項(xiàng)選擇題在JSP頁面中,類型為HttpServletResponse的內(nèi)置對象是()。

A.out
B.response
C.request
D.config

5.單項(xiàng)選擇題關(guān)于MVC模式說法正確的是()。

A.用來將代碼分開的方法
B.將顯示、流程控制、業(yè)務(wù)邏輯分開,提高維護(hù)性和分離復(fù)雜度
C.視圖模型控制器模型
D.只用java才有的模型