Computer Science, asked by sirishavulluri332, 1 year ago

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 Aveshi
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...
Answered by MrTSR
2
\bold{Native\:method}is a java method where implementation is written in another programming language.

Similar questions