Which of the following statement is true? ()A、Hepatitis A often leads to chronic liver disease.B、Hepatitis B can be infected by sharing toothbrushes.C、With the improvement of medical technology, the risk of catchinghepatitis from contaminated blood produc

题目
Which of the following statement is true? ()

A、Hepatitis A often leads to chronic liver disease.

B、Hepatitis B can be infected by sharing toothbrushes.

C、With the improvement of medical technology, the risk of catching

hepatitis from contaminated blood products and blood transfusions has decreased.

D、The symptoms of the hepatitis A, B and C are quite different from each other.


相似考题
更多“Which of the following statement is true? () ”相关问题
  • 第1题:

    JDBC中Statement表示语句。


    错误

  • 第2题:

    要按先ResultSet结果集,后Statement,最后Connection的顺序关闭资源,因为Statement和ResultSet是需要连接是才可以使用的,所以在使用结束之后有可能其他的Statement还需要连接,所以不能先关闭Connection。


    正确

  • 第3题:

    Statement对象本身包含SQL语句。


    错误

  • 第4题:

    下列关闭数据库连接的顺序正确的是:()

    A.先关闭Statement,再关闭ResultSet,最后关闭Connection

    B.先关闭ResultSet,再关闭Statement,最后关闭Connection

    C.先关闭ResultSet,再关闭Connection,最后关闭Statement

    D.先关闭Statement,再关闭Connection,最后关闭ResultSet


    先关闭ResultSet,再关闭Statement,最后关闭Connection

  • 第5题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第6题:

    3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行

    A.A B C D

    B.A B C D

    C.A B C D

    D.A B C D


    Statement 是 PreparedStatement 的子接口