颁发国内三个层次航空法规的部门分别是()①全国人大或全国人大常委会   ②国务院、中央军委 ③民航总局                   ④民航地区管理局

题目

颁发国内三个层次航空法规的部门分别是()

①全国人大或全国人大常委会   ②国务院、中央军委 

③民航总局                   ④民航地区管理局


相似考题
参考答案和解析
参考答案:A
更多“颁发国内三个层次航空法规的部门分别是()<br />①全国人大或全国人大常委会&ensp;&ensp;&ensp;②国 ”相关问题
  • 第1题:

    ClicktheExhibitbutton.Assumingthetaglibraryintheexhibitisimportedwiththeprefixstock,whichcustomtaginvocationoutputsthecontentsofthevariableexposedbythequotetag?()

    A.<;stock:quote&ensp;symbol=";SUNW";&ensp;/>;${var}

    B.${var}.&ensp;<;stock:quote&ensp;symbol=";SUNW";&ensp;/>;

    C.<;stock:quote&ensp;symbol=";SUNW";>;.&ensp;${var}.&ensp;<;/stock:quote>;

    D.<;stock:quote&ensp;symbol=";SUNW";&ensp;var=";quote";&ensp;/>;${quote}


    参考答案:D

  • 第2题:

    WhichmethodintheThreadclassisusedtocreateandlaunchanewthreadofexecution?()

    A.&ensp;Run();

    B.&ensp;Start();

    C.&ensp;Execute();

    D.&ensp;Run(Runnable&ensp;r);

    E.&ensp;Start(Runnable&ensp;r);

    F.&ensp;Execute(Thread&ensp;t);


    参考答案:B

  • 第3题:

    7、下列对于text属性描述错误的是?

    A.selectable 用于控制文本是否可选

    B.space 可以显示连续空格

    C.decode 可以控制是否解码

    D.ensp可以根据字体设置空格的大小


    ensp可以根据字体设置空格的大小

  • 第4题:

    intx=3;inty=1;if(x=y){System.out.println(x=+x);}Whatistheresult?()

    A.x=1

    B.x=3

    C.Compilation&ensp;fails.

    D.The&ensp;code&ensp;runs&ensp;with&ensp;no&ensp;output.&ensp;

    E.An&ensp;exception&ensp;is&ensp;thrown&ensp;at&ensp;runtime.


    参考答案:C

  • 第5题:

    Given:Whichtwocodefragments,insertedindependentlyatline3,generatetheoutput4247?()

    A.Strings="123456789";s=(s-"123").replace(1,3,"24")-"89";

    B.StringBuffers=newStringBuffer("123456789");

    C.sdelete(0,3).replace(1,3,";24";).delete(4,6);

    D.substring(3,6).delete(1,3).insert(1,&ensp;";24";);


    参考答案:B, C