Posts

Showing posts with the label Software Engineering

Features of JAVA

Image
Next The Features of JAVA Programming Language Simple Object-oriented Portable Platform Independent Secured Robust (refers to the quality of being strong) Architecture neutral Interpreted High performance Multithreaded Distributed Dynamic These are the features in the JAVA Programming Language. For more explanation, please continue reading. Explination of Features in JAVA Programming Language Simple 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: Java syntax is based on C++ (so easier for programmers to learn it after C++). Java has removed many complicated and rarely-used features, for example, explicit pointers, operator overloading, etc. ...