What is a native method?
shalu4056:
A native method is a Java method(either an instance method or a classmethod) whose implementation is written in another programming language such as C. The lessons in this trail show you how to integratenative methods into your Java code...
Answers
Answered by
0
A native method is a Java method (either an instance method or a class method) whose implementation is written in another programming language such as C. The lessons in this trail show you how to integrate native methods into your Java code.
I hope this will help you...
I hope this will help you...
Answered by
2
is a java method where implementation is written in another programming language.
Similar questions