Java is a dynamic language.Java is capable of dynamic linking in a new class libraries methods and objects.Java can also determine the type of class through a query,making it possible to either dynamically link or abort the program depending on the response.
Java programs support function written in other language such as C&C++.These are known as native methods.This facility enables the programmers to use the efficient functions available in these languages.Native methods are linked dynamically at runtime.
No comments:
Post a Comment