black

SCJP程序员认证考试

登录

多项选择题

Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()  

A.private
B.final
C.static
D.int
E.abstract

相关考题

单项选择题 Whichstatementsconcerningtheswitchconstructaretrue?()

单项选择题 What will be the result of attempting to compile and run the following code?()   public class Q6b0c {   public static void main(String args[]) {  int i = 4;  float f = 4.3;   double d = 1.8;   int c = 0;   if (i == f) c++;   if (((int) (f + d)) == ((int) f + (int) d))  c += 2;   System.out.println(c);   }   }

多项选择题 Whichstatementsconcerningthecorrelationbetweentheinnerandouterinstancesofnon-staticinnerclassesaretrue?()

All Rights Reserved 版权所有©建筑考试题库(jzkao.com)

备案号:湘ICP备2020024380号-3