5:21 PM ..
320KB/s ll
[Link]/java-basi
java Tpoint
a
AHome Java Programs 0OPs
What is Java?
Java is a high-level, general-purpose, object
oriented, and secure programming language
eveloped Gosing
tems ormallivkno
to understand. Complex and
easy
ambiguous concepts of C++ are either
eliminated or re-implemented in Java. For
example, pointer and operator
overloading are not used in Java.
o Object-Oriented: In Java, everything is in
the form of the object. It means it has
some data and behavior. A program must
have at least one class and object.
o Robust: Java makes an effort to check
error at run time and compile time. It uses
a strong memory management system
called garbage collector. Exception
handling and garbage collection features
make it strong.
o Secure: Java is a secure programming
language because it has no explicit
pointer and programs runs in the virtual
machine. Java contains a security
manager that defines the access of Java
classes.