A.appletviewer
B.java
C.javac
D.以上所有選項都不正確
您可能感興趣的試卷
你可能感興趣的試題
A.North或South
B.East或West
C.Center
D.North,South或Center
A.Threadable
B.Runnable
C.Clonable
D.以上均不是
A.FlowLayout
B.GridLayout
C.BorderLayout
D.CardLayout
E.GridBagLayout
A.variable123
B.123variable
C.private
D.selg_asd
A.button.enableActionEvents();
B.button.addActionListener(anActionListener);
C.button.enableEvents(true);
D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
SpringMVC中,使用注解方式時,需要添加()包。
簡單來說,RESTful風格就是把請求參數(shù)變成()的一種風格。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
可以在()文件中進行前端控制器的配置。
組合注解()匹配PUT方式的請求。
當請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
下列示攔截器,主要用于攔截用戶請求并做相應(yīng)的處理的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當著()的角色。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。