16

Best java training institute bangalore marathahalli(2)

Embed Size (px)

Citation preview

2

Important features of Java

Simple

Platform Independent

Architectural Neutral

Dynamic and Extensible

Portable

Multi Threading

Distributed

Networked

3

Robust

Secured

High Performance

Object Oriented

4

Simple

The Java language is easy to learn and its coding

style is easy to read and write. It contains many

features of other Languages like C and C++ and

Java removes complexity because it doesn't use

pointers and doesn't support Multiple Inheritance.

5

Platform Independent

This is where the "Write Once, run anywhere" motto for Java comes in. It means that you can develop on one environment(Operating System) and run on another environment without doing any modification of the code.

6

Architectural Neutral

. Java application runs the same bytecodes

regardless of any environment (Operating System). To enable a Java application to execute anywhere on the network, the compiler generates an architecture-neutral object file format.

7

Dynamic and Extensible Java has Dynamic and Extensible means with

the help of OOPS you can add classes and plug in new methods to classes, creating new classes through sub classes. This makes Java very easy to augment with your own classes or even to modify.

8

Portable Java programs can execute in any environment

(Linux,Window,Mac etc.) for which there is a Java run-time system (JVM). That really means there is no implementation dependent features.

9

Multi Threading

Java supports Multithreading.

Multithreading means handling more than

one job at a time, so get more process get

done in less time than it could with just one

thread.

10

Distributed

Java was designed with the distributed

environment. It has networking facilities, so

it can be transmit, run over internet. for ex.

RMI and EJB are used for creating

distributed applications.

11

Networked

Java is mainly designed for web based applications. Java masks lot of complexity by providing classes for you that already implements the hard parts, such as creating socket connections, reading the contents of the URL as a file etc. Moreover, J2EE is used for developing network based applications.

12

Robust

Robust simply means strong. Its capability to handle Run-time Error, automatic garbage collection, the lack of pointer concept, Exception Handling etc. makes java robust.

13

Secured

The Java platform is designed with security features built into the language and runtime system such as Bytecode verification for distrusted code, support for authentication and privacy etc. Java program always runs in Java runtime environment with almost null interaction with OS, hence it is more secure.

14

High Performance

Although Java is an interpreted language, it was designed to support "just-in-time" compilers, which dynamically compile bytecodes to machine code. Bytecodes are highly optimized, so Java Virtual Machine can executed them much faster.

15

Object Oriented

Java supports Inheritance, encapsulation and polymorphism, the three major Object Oriented constructs that distinguish a language as Object-Oriented.

16

Call : 9738001024