JAVA工程师选择题
10-16 00:00:09
来源:http://www.qz26.com 笔试题目 阅读:8171次
导读:选择题1:Which modifier should be applied to a method for the lock of object this to be obtained prior to excution any of the method body?A.synchronizedB.abstractC.finalD.static2:Give the following java source fragement://point xpublic class Interesting{//do something}Which statement is correctly Java syntax at point x?Give the following java source fragement://point xpublic class Interesting{//do something}Which statement is correctly Java syntax at point x?A
JAVA工程师选择题,标签:银行笔试题目,企业笔试题目,http://www.qz26.com
选择题
1:Which modifier should be applied to a method for the lock of object this to be obtained prior to excution any of the method body?
A.synchronized
B.abstract
C.final
D.static
2:
Give the following java source fragement:
//point x
public class Interesting{
//do something
}
Which statement is correctly Java syntax at point x?
Give the following java source fragement:
//point x
public class Interesting{
//do something
}
Which statement is correctly Java syntax at point x?
A.public class MyClass{//do other thing…}
B.static int PI=3.14
C.class MyClass{//do something…}
D.none
Tag:笔试题目,银行笔试题目,企业笔试题目,求职笔试面试 - 笔试题目
下一条:选词填空大全笔试题