What is native method ?
Answer : Native method is a Java method is implemented in “native” code (either it’s instance or class method). Its implementation has been written in another programming language that is written in C or C++. Native methods are used to interface between system calls or libraries written in other programming languages.