Java
Java
popular platforms);
configurable security;
• Characteristics of Java:
vi. multithreaded;
2. Java Micro Edition (JME): for systems with limited resources (like
mobile phones).
environment.
(GUI) applications.
calling main().
to allow its call from outside its class on start of program execution.
program.
<datatype2> <param2>,...])
{ ..
... }
method.
• Syntax of boxing:
• Syntax of unboxing:
return <wrapper1-obj1>; }
class in Java to share same method name, only for their different
parameter declarations.
method.
11
Dr. Suddhasil De
Java inheritance
a. code reusability, to