Pros and Cons in java
Pros and cons
Pros:
1. Java is simple
2. Java is object – oriented because programing in java is centered on creating objects, manipulating objects, and making objects work together. This allows you to create modular programs and reusable code.
4. Java is secure: java is one of the first programming languages to consider security as part of its design design.
5. Java is multithreaded: multithreaded is the capacity for a program to perform several tasks simultaneously within a program.
6. Java is robust: Robust means reliable and no programing language can really assure reliability.
Cons:
Java can be perceived as significantly slower and more memory consuming than natively compiled languages such as c or c++.
No local constants. In java, Variables that belong to a class can be made constant by declaring them to be final. Variables that are local to a method cannot be declared final however.
Java is predominantly a single-paradigm language. However, with the addition of static imports in java 5.0 the procedural paradigm is better accommodated than in earlier versions of java
Comments
Post a Comment
Please leave your comments to help us serve you better