
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are Native Methods in Java and Where are They Used
A native method in Java is a method whose implementation is written in other languages such as c and c++.
The ?native' keyword is used before a method to indicate that it is implemented in other language.
Advertisements