如下哪个语句正确说明了native方法?
A : public native void test();
B : public native void test(){}
C : public void native test();
D : public native test(){}
native 这个关键代是什么意思?
...全文
592打赏收藏
知道的高手解答下,还有解释下问题?
如下哪个语句正确说明了native方法? A : public native void test(); B : public native void test(){} C : public void native test(); D : public native test(){} native 这个关键代是什么意思?