Features of Java
There is given many features of java. They are also known as java Power.The Java langguage
are very easy to understand.
are very easy to understand.
- Simple
- Object-Oriented
- Portable
- Platform independent
- Secured
- Robust
- Architecture neutral
- Dynamic
- Interpreted
- High Performance
- Multithreaded
- Distributed
Simple:-
According to oracle java is very easy language to learn because:- |
syntax is based on C++ (so easier for programmers to learn it after C++). |
removed many 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. |
Object-oriented:-
Object-oriented means we organize our software as a combination of different types of objects that incorporates both data and behaviour. |
Object-oriented programming(OOPs) is a methodology that simplify software development and maintenance by providing some rules. |
Basic concepts of OOPs are: |
|
No comments:
Post a Comment