What are all the features of Java Programming Languages?
The Features of Java
- Simple
- Object-Oriented
- Platform independent
- Secured
- Robust
- Architecture neutral
- Portable
- Dynamic
- Interpreted
- High Performance
- Multithreaded
- Distributed
The Details of Each Features
1_Simple
According to Sun, Java language is simple because:
+ the syntax is based on C++ (so easier for programmers to learn it after C++).
+ removed much confusing and/or rarely-used features e.g., explicit pointers, operator overloading etc.
+ No need to remove unreferenced objects because there is Automatic Garbage Collection in java.
2_Object-oriented
+ Object-oriented means we organize our software as a combination of different types of objects that incorporate both data and behavior.
+ Object-oriented programming(OOPs) is a methodology that simplifies software development and maintenance by providing some rules.
+ Basic concepts of OOPs are:
Object
Class
Inheritance
Polymorphism
Abstraction
Encapsulation.
Continued....
Tuesday, August 16, 2016
Unit 4: What are all the features of Java Programming Languages?
Subscribe to:
Post Comments (Atom)
No comments:
Write comments