A.if
B.foreach
C.while
D.switch
您可能感興趣的試卷
你可能感興趣的試題
A.public enum Test{}
B.public class Test
C.abstract class Test{}
D.protected class Test{}
A.drop
B.sleep()
C.wait()
D.stop()
A.@ResponseBody
B.@Component
C.@Autowired
D.@Controller
A.Error
B.Exception
C.Throwable
D.NullPointerException
A.private
B.protected
C.final
D.abstract
最新試題
下列文件可能是SpringMVC的配置文件的是()。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過(guò)程就是SpringMVC中的()。
@RequestMapping注解的默認(rèn)屬性是()。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
當(dāng)客戶(hù)端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來(lái)處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請(qǐng)求進(jìn)行解析處理。
org.springframeword.web.filter.CharacterEncodingFilter可以用來(lái)解決()問(wèn)題。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。