未知题型
WritealineofcodethatdeclaresavariablenamedlayoutoftypeLayoutManagerandinitializesitwithanewobject,whichwhenusedwithacontainercanlayoutcomponentsinarectangulargridofequal-sizedrectangles,3componentswideand2componentshigh.()
- A.()
【参考答案】
layout=newGridLayout(2,3);'or:'LayoutManagerlayout=new
点击查看答案
相关考题
-
未知题型
Whichstatementsaretrueconcerningtheeffectofthe>>and>>>operators?()
A.Fornon-negativevaluesoftheleftoperand,the>>and>>>operatorswillhavethesameeffect.
B.Theresultof(-1>>1)is0.
C.Theresultof(-1>>>1)is-1.
D.Thevaluereturnedby>>>willneverbenegativeaslongasthevalueoftherightoperandisequaltoorgreaterthan1.
E.Whenusingthe>>operator,theleftmostbitofthebitrepresentationoftheresultingvalue -
未知题型
VNFM(VNF manager)负责生命周期管理,基本能力包括网元VM的()
A.增
B.删
C.查
D.改 -
未知题型
ExaminethefollowingstatementthatisusedtomodifytheprimarykeyconstraintontheSALEStable:SQL>ALTERTABLESALESMODIFYCONSTRAINTpkDISABLEVALIDATE;Whichthreestatementsaretrueregardingtheabovecommand()
A.Theconstraintremainsvalid.
B.Theindexontheconstraintisdropped.
C.ItallowstheloadingofdataintothetableusingSQL*Loader.
D.Newdataconformstotheconstraint,butexistingdataisnotchecked.
E.ItallowsthedatamanipulationonthetableusingINSERT/UPDATE/DELETESQLstatements.
