Originally posted by Rajashekar Subramany:
Well, I don't have much experience using native. I imagined it to be just like any other method with implementation.
Is there an example you can point to where native is used?
Thanks!
Hi Raja,
for an example of Native have a look at
Code for the origional question
methods cannot be transient
so, transient private native void m1() {} option is invalid.
rest all are valid.
regards