Java Is Robust
Java is a Robust : Java is strongly typed language. Compiler will check each and every declaration and assignments at compile time only for type compatibility. If any problem with respect to types then at compile time only we can identify the problem.
Java Provides Garbage Collector for automatic memory management. Hence there is no choice for memory related problems.
- There is a lack of pointers that avoids security problems.
- Garbage Collector used for destroy the useless objects.
- It uses strong memory management..
- There are exception handling and the type checking mechanism in Java. All these points make Java robust.
- Java makes an effort to eliminate error-prone situations by emphasizing mainly on compile time error checking and runtime checking.
No comments:
Post a Comment