Dynamic and extensible:
- java is a dynamic language
- so it is capable of linking dynamically new classes,method and object
- java also support function written in other language such as c and c++
- these function are called native methods
- during run time native methods can be linked dynamically
No comments