Add This Data Into Your Report
Add This Data Into Your Report
Platform Independent
Simple
There are various features that make the java as a simple language.
Programs are easy to write and debug because java does not use
the pointers explicitly. It is much harder to write the java programs
that can crash the system but we can not say about the other
programming languages. Java provides the bug free system due to
the strong memory management. It also has the automatic memory
allocation and de-allocation system.
Object Oriented
Robust
The widely used protocols like HTTP and FTP are developed in
java. Internet programmers can call functions on these protocols
and can get access the files from any remote machine on the
internet rather than writing codes on their local system.
Portable
Dynamic
While executing the java program the user can get the required
files dynamically from a local drive or from a computer thousands
of miles away from the user just by connecting with the Internet.
Secure
Java does not use memory pointers explicitly. All the programs in
java are run under an area known as the sand box. Security
manager determines the accessibility options of a class like reading
and writing a file to the local disk. Java uses the public key
encryption system to allow the java applications to transmit over
the internet in the secure encrypted form. The byte code Verifier
checks the classes after loading.
Performance
Multithreaded.
Interpreted
Architecture Neutral
ABOUT : JDK
The Java Development Kit (JDK) is a Sun Microsystems product
aimed at Java developers. Since the introduction of Java, it has
been by far the most widely used Java SDK. On 17 November
2006, Sun announced that it would be released under the GNU
General Public License (GPL), thus making it free software. This
happened in large part on 8 May 2007[1] and the source code was
contributed to the OpenJDK.