In which context can native methods be applied?
Answer:
Native is a modifier that can only be applied to methods.
A method that is native is implemented in platform-dependent code, typically written in another programming language such as C. The body of a native method is given as a semicolon only, indicating that the implementation is omitted, instead of a block.