A.getHost()
B.getName()
C.getLocalHost()
D.getLocalName()
您可能感興趣的試卷
你可能感興趣的試題
A.getName()
B.getHostName()
C.getAddress()
D.getHostAddress()
A.getName()
B.getHostName()
C.getAddress()
D.getHostAddress()
A.主機的域名
B.主機的IP地址
C.訪問主機的通訊協(xié)議
D.主機的域名和IP地址
A.0~65535
B.0~1023
C.1024~65535
D.與客戶端呼叫的端口號相同
A.IOException
B.IndexOutOfBoundsException
C.InterruptedException
D.MalformedURLException
最新試題
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
配置前端控制器時<load-on-startup>1</load-on-startup>表示()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
下列示攔截器,主要用于攔截用戶請求并做相應(yīng)的處理的是()。
文件上傳時,form表單的method屬性設(shè)置為()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
SpringMVC中,使用注解方式時,需要添加()包。