欢迎来到计算机考试题库网 考试题库官网
全部科目 > 计算机考试试题及答案解析

多项选择题

以下方法申明正确的有()

    A.public static synchronized void writeLog(String msg)
    B.synchronized public static writeLog(String msg)
    C.public final abstract void writeLog(String msg)
    D.final public void writeLog(String msg)
    E.abstract synchronized void writeLog(String msg)

点击查看答案

相关考题