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 pro...