OOPs Concepts
Programming and Technical
Programming
Definition
What is a native method?
Read Solution (Total 1)
-
- in java a native method is the method written in a different language like c/c++ but called from a method written in java class.
native method provide the flexibility to the user to use multiple features of multiple language in a single project. But on the other hand it makes the java project platform dependent. - 11 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question