JAVA题库:格林模拟试题三(上)(4)
文章作者 100test 发表时间 2007:03:14 17:04:19
来源 100Test.Com百考试题网
question 14)
which of the following are valid methods?
1) public static native void amethod(){}
2) public static void amethod(){}
3) private protected void amethod(){}
4) static native void amethod().