北京神州码思特奇信息技术股份有限公司JAVA工程师笔试题.docVIP

  • 17
  • 0
  • 约13.35万字
  • 约 25页
  • 2016-12-24 发布于河南
  • 举报

北京神州码思特奇信息技术股份有限公司JAVA工程师笔试题.doc

1:What is written to the standard output given the following statement:System.out.println(4|7);? Select the right answer:? A.4? B.5? C.6? D.7? 2: What will happen when you attempt to compile and run the following code? public class Static { static { int x = 5; } static int x,y; public static void main(String args[]) { x--; myMethod(); System.out.println(x + y + ++x); } public static void myMethod() { y = x++ + ++x; } } Choices: A.prints : 2? B.prints : 3? C.prints : 7? D.prints : 8? 3:Which statements about Java code security are not true?? A.The bytecode verifi

文档评论(0)

1亿VIP精品文档

相关文档