A.Dimension
B.Rectangle
C.Point
D.int[]
您可能感興趣的試卷
你可能感興趣的試題
A.setLayoutManager(newGridLayout());
B.setLayout(newGridLayout(2,2));
C.setGridLayout(2,2);
D.setBorderLayout()
A.setSize(intwidth,intheight)
B.setSize(intx,inty,intwidth,intheight)
C.setSize(Dimensiondim)
D.以上皆不是
A.FlowLayout
B.BorderLayout
C.GridLayout
D.null(noLayoutManager)
A.JPanel
B.JScrollPane
C.JWindow
D.JFrame
A.FlowLayout
B.GridLayout
C.CardLayout
D.BorderLayout
最新試題
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長(zhǎng)度。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來建立聯(lián)系。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
SpringMVC處理方法的返回類型()主要在異步請(qǐng)求時(shí)使用,它只返回?cái)?shù)據(jù),而不會(huì)跳轉(zhuǎn)視圖。
@RequestMapping注解的默認(rèn)屬性是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。