首页 试题详情
问答题

static String copyValueOf(char[] data)

正确答案:A (备注:此答案有误)

相似试题

  • 问答题

    static String copyValueOf(char[] data)

    答案解析

  • 问答题

    static String valueOf(primitive data type x)

    答案解析

  • 问答题

    static String copyValueOf(char[] data, int offset, int count)

    答案解析

  • 单选题

    下列语句输出的结果为()。public class test{public static void main(String args[]){byte b=OXA

    答案解析

  • 单选题

    已知: class Base { public Base(String s) { System.out.print(“B”); } } public class Derived extends Base { public Derived (String s) { System.out.print(“D”); } public static void main(String [] args) { new Derived (“C”); } } 那么结果为?

    答案解析

热门题库