【单选题】【消耗次数:1】
下列植物具有乳汁的是( )。
人参
厚朴
白术
参考答案:
复制
纠错
相关题目
【单选题】 下列植物具有乳汁的是( )。
①  人参
②  厚朴
③ 
④  白术
【判断题】 桑科植物均有白色乳汁,华为单被花,果实为聚花果。( )
①  正确
②  错误
【判断题】 桑科植物均有白色乳汁,华为单被花,果实为聚花果。( )
①  正确
②  错误
【单选题】 白术不具有的功效是()。
①  生津止渴
②  燥湿利水
③  安胎
④  止汗
⑤  补气健脾
【判断题】 菊科植物具均有白色乳汁,连萼瘦果。
①  正确
②  错误
【单选题】 人参来源于哪科植物
①  伞形科@五加科
②  唇形科
③  桔梗科
【单选题】 下列植物具有油细胞的是( )。
①  罂粟
②  牛膝
③  老鹳草
④  厚朴
【单选题】 下列植物具有油细胞的是( )。
①  罂粟
②  牛膝
③  老鹳草
④  厚朴
【多选题】 白术与苍术均具有的功效是()
①  A.祛风除湿
②  B.利尿
③  C.燥湿
④  D.止汗
⑤  E.健脾
【单选题】 人参具有
①  芦头
②  珍珠盘
③  狮子盘头
④  朱砂点
随机题目
【单选题】 已知有定义:String s=I love,下面哪个表达式正确?( )
①  s += you;
②  char c = s[1];
③  int len = s.length;
④  String s = s.toLowerCase();
【单选题】 下列代码中给出正确的在方法体内抛出异常的是( )
①  new throw Exception( );
②  throw new Exception( );
③  throws IOException();
④  throws IOException;
【单选题】 Container 是下列哪一个类的子类( )。
①  Graphics
②  Window
③  Applet
④  Component
【单选题】 Java系统标准输出对象System.out使用的输出流是( )。
①  PrintStream
②  PrintWriter
③  DataOutputStream
④  FileReader
【单选题】 能读入字节数据进行Java基本数据类型判断过虑的类是( )。
①  BufferedInputStream
②  FileInputStream
③  DataInputStream
④  FileReader
【单选题】 运行下面程序时,会产生什么异常?( ) public class X7_1_5 { public static void main(String[] args) { int[] z = { 1,2,3,4 } ; int p = z[4]; int x = 0; int y = 5/x; } }
①  ArithmeticException
②  NumberFormatException
③  ArrayIndexOutOfBoundsException
④  IOException
【单选题】 下列哪一个是Java系统的标准输入流对象( )。
①  System.out
②  System.in
③  System.exit
④  System.err
【单选题】 下列关于线程优先级的说法中,错误的一项是( )。
①  MIN_PRIORITY 代表最低优先级
②  MAX_PRIORITY 代表最高优先级
③  NORM_PRIORITY 代表普通优先级
④  代表优先级的常数值越大优先级越低
【单选题】 下面哪个可以改变容器的布局?( )
①  setLayout(aLayoutManager);
②  addLayout(aLayoutManager);
③  layout(aLayoutManager);
④  setLayoutManager(aLayoutManager);
【单选题】 下列哪种异常是检查型异常,需要在编写程序时声明 ( )
①  NullPointerException
②  ClassCastException
③  FileNotFoundException
④  IndexOutOfBoundsException