Page 307 - CITS - Computer Software Application -TT
P. 307
COMPUTER SOFTWARE APPLICATION - CITS
Features of JAVA Programming
Java is simple
Java is Easy to write and more readable and eye
Java has a concise, cohesive set of features that makes it easy to learn and use.
Most of the concepts are drawn from C++ thus making Java learning simpler.
Java is secure
Java programs can not harm other systems thus secure. Java provides a secure means of creating Internet
applications. Java provides a secure way to access web applications.
Java is portable
Java programs can execute in any environment which there is a Java run-time system.(JVM) Java programs can
be run on any platform (Linux,Windows,Mac) for Java programs can be transferred over world wide web (e.g
applets).
Java is object-oriented
Java programming is an object-oriented programming language.Like C++ java provides most of the object oriented
features. Java is pure OOP. Language. (while C++ is semi object oriented)
Java is robust
Java encourages error-free programming by being strictly typed and performing run-time checks.
Java is multithreaded
Java provides integrated support for multithreaded programming.
Java is architecture-neutral
Java is not tied to a specific machine or operating system architecture. Machine Independent i.e Java is
independent of hardware.
294
CITS : IT&ITES - Computer Software Application - Lesson 78 - 84