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?
Similar Posts
Unit 3: The history of Java Programming
Unit 2: What are the types of Java Applications?
Unit 1: What is Java, where did it used?
Unit 6: What happens at compile time and run time?
Unit 5: Understanding the first Java Programming
Unit 4: What are all the features of Java Programming Languages? Features Contd....
Next
Prev Post
Prev Post
About Unknown
Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.
Subscribe to:
Post Comments (Atom)
No comments:
Write comments