What is the native keyword in Java for?



The native keyword is used to declare a method as native. It means that method implementation is present in the different language.


Advertisements