多项选择题
以下方法申明正确的有()
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)
点击查看答案&解析
相关考题
-
问答题
已知y=ax5+bx4+cx3已知,给出a、b、c系数,求取x对应的值。要求:1)编写函数文件实现以上功能2)a、b为必须输入的参数3)c为可选参数(可选参数是指:未输入时取默认值3)4)x为需要求值的点,可以以数组给出(也即是一次性求取一系列点的值) -
多项选择题
关于InDesign中图像下列说法正确的是()
A.InDesign中矢量图形任意放大或缩小,不会影响分辨率
B.InDesign中像素图像缩小后有效分辨率增大
C.InDesign中矢量图形可以栅格化像素图像 -
单项选择题
以下程序的输出结果是()。fun(int a,int b,int c){c=a+b;}int main(){ int c;fun(2,3,c);printf(“%d\n”,c);return 0;}
A.2
B.3
C.5
D.无定值
