itgle.com
更多“下列方法中,不属于类 String 的方法是A ) tolowerCase () B ) valueof () C ) charAt () D ”相关问题
  • 第1题:

    String对象的方法不包括()。

    A.charAt()

    B.substring()

    C.toUpperCase()

    D.length()


    D

  • 第2题:

    6、字符串类String中取出某个位置区间内子字符串的方法是()。

    A.charAt()

    B.getBytes()

    C.substring()

    D.valueOf()


    charAt( )

  • 第3题:

    【单选题】从一个字符串中取出指定位置的字符,采用String类中的()方法。

    A.charAt()

    B.endsWith()

    C.indexOf()

    D.substring()


    charAt()

  • 第4题:

    字符串类String中取出某个位置区间内子字符串的方法是()。

    A.charAt()

    B.getBytes()

    C.substring()

    D.valueOf()


    substring()

  • 第5题:

    1、String对象的方法不包括()。

    A.charAt()

    B.substring()

    C.toUpperCase()

    D.length()


    D