JAVA工程师选择题
选择题
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
【JAVA工程师选择题】相关文章:
Java经典面试题之选择题08-12
java工程师简历封面10-30
Java工程师笔试题11-14
JAVA开发工程师岗位介绍08-09
Java工程师面试题11-09
JAVA开发工程师简历范文08-20
java工程师求职简历优秀范文08-13
java工程师英文简历范文07-28
java工程师个人简历范文09-09
Java开发工程师上机笔试题04-17