A.查詢
B.創(chuàng)建
C.修改
D.刪除
您可能感興趣的試卷
你可能感興趣的試題
A.提高系統(tǒng)的執(zhí)行效率
B.減少處理機(jī)的空轉(zhuǎn)時(shí)間和高度切換的時(shí)間
C.提高程序代碼的可讀性
D.便于系統(tǒng)管理
A.publicintread()
B.publicintread(byteb[])
C.publiccharread()
D.publiccharread(byteb[])
A.floatf=11.1
B.doubled=5.3E12
C.charc=’\r’
D.bytebb=433
A.通過創(chuàng)建Process類的子類來實(shí)現(xiàn)
B.通過創(chuàng)建Thread類的子類來實(shí)現(xiàn)
C.通過實(shí)現(xiàn)Runnable接口的類來實(shí)現(xiàn)
D.通過實(shí)現(xiàn)RunTime接口的類來實(shí)現(xiàn)
A.public
B.static
C.final
D.proteted
最新試題
$.ajax中,表示請求時(shí)攜帶的數(shù)據(jù)的是()。
@RequestMapping注解的默認(rèn)屬性是()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。