OOP Assignment PDF
OOP Assignment PDF
a)Simple
Java is easy to learn and its syntax is quite simple, clean and easy to
understand.The confusing and ambiguous concepts of C++ are either left out in
Java or they have been re-implemented in a cleaner way.
b)Robust
d)Platform Independent
e)Secure
The Java platform is designed with security features built into the
language and runtime system such as static type-checking at compile time and
runtime checking (security manager), which let you creating applications that can’t
be invaded from outside.Access control allows to hide data from other programs
and parts of the same program giving more data security.
f)High performance
3.What is JVM?Explain.
The default data members are available only to classes in the same package.All
data that need to be secured can be declared private hence denying it outside
access and must manipulated using member function.Hence access specifiers
implements data security in java.
Adarsh M S Nair
S5 E2