您可能感興趣的試卷
你可能感興趣的試題
A.實(shí)例變量是類的成員變量
B.實(shí)例變量是用static關(guān)鍵字聲明的
C.方法變量在方法執(zhí)行時(shí)創(chuàng)建
D.方法變量在使用之前必須初始化
A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component
A.executeUpdate()
B.createStatement()
C.preparedStatement()
D.PrepareCall()
A.抽象性
B.封裝性
C.繼承性
D.多態(tài)性
A.打印機(jī)
B.顯示器
C.鼠標(biāo)
D.鍵盤
最新試題
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
簡單來說,RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
下列是正確的JSON對(duì)象結(jié)構(gòu)數(shù)據(jù)的是()。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。