Java ! Simple & Powerful



Simple


Java is a language that is derived or inspired from c/c++. Therefore it has many similarities with the c languages. That is somewhat why we are telling that java is very simple language.The java has a good memory management system that can deal with the system memory and can deal with the garbages or the cache in the system.





Java is very easy to learn, and its syntax is simple, clean and easy to understand. According to Sun, Java language is a simple programming language because:

1.Java syntax is based on C++ (so easier for programmers to learn it after C++).

2.Java has removed many complicated and rarely-used features, for example, explicit pointers, operator overloading, etc.

3.There is no need to remove unreferenced objects because there is an Automatic Garbage Collection in Java.


Powerful

Java is a very powerful language because it uses the oop principles (Object Oriented Programming). Object Oriented Programming methodology simplifies program writing and thus allows the programmers to deal with complex and large programs. This is one of the many features that make Java a more powerful programming language than many others.


Everything in Java is an object. Object-oriented means we organize our software as a combination of different types of objects that incorporates 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:

1.Object
2.Class
3.Inheritance
4.Polymorphism
5.Abstraction
6.Encapsulation

Comments

Popular posts from this blog

Node.js Cheat Sheet

Codeigniter ! Simple But Powerful

Introducing Cloudflare Pages ⚡