native keyword in Java

The native modifier indicates that a method is implemented in platform-dependent code, often in C. 
It cannot be used on variable.