--> Eliminates many pitfalls of other languages,such as pointersarithematic and memory management that affect the robustness of the code
--> Is object oriented to help you visualize the program in real-life terms
-->Enables you to streamline the code
-->An interpreted enviornment resulting in the following benefits:
--Speed of development:Reduces the compile -link-load test cycle
--Code portability:Enables you to write code that can run on multiple operating systems on any certified JVM
-->A way for programs to run more than one thread of activity
-->A means to change programs dynamically during their runtime life by enabling them to download to code modules
--> A means of ensuring security by checking the loaded code modules
No comments:
Post a Comment