java features tutorial at s & m consultant

18
JAVA FEATURES TUTORIAL AT S & M CONSULTANT S & M Consultant Contact us at +1 650 585 2312

Upload: s-m-consultant

Post on 16-Jan-2017

97 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Java features tutorial at S & M Consultant

JAVA FEATURES TUTORIAL AT S & M CONSULTANT

S & M Consultant Contact us at +1 650 585 2312

Page 2: Java features tutorial at S & M Consultant

What is Java?

Java is a high level platform independent object oriented programming language . Java divided into 2 types

Core Java Advance Java

Page 3: Java features tutorial at S & M Consultant

History

Java developed Games Gosling at Sun Microsystem in June 1991 and it is names as Java from one of the Island of Indonesia.

S & M Consultant Contact us at +1 650 585 2312

Page 4: Java features tutorial at S & M Consultant

Features of Java

Java is famous for object oriented and platform independency. Along with these two features it consists of several unique features like

S & M Consultant Contact us at +1 650 585 2312

Page 5: Java features tutorial at S & M Consultant

Features

Java is Simple Secured Robust

S & M Consultant Contact us at +1 650 585 2312

Page 6: Java features tutorial at S & M Consultant

Features

Object-oriented Portable Dynamic

S & M Consultant Contact us at +1 650 585 2312

Page 7: Java features tutorial at S & M Consultant

Features

Interpreted Distributed Multithreaded

S & M Consultant Contact us at +1 650 585 2312

Page 8: Java features tutorial at S & M Consultant

Features

High Performance Architecture neutral

S & M Consultant Contact us at +1 650 585 2312

Page 9: Java features tutorial at S & M Consultant

Java is Simple:- Java called as

simple because the programming languages are based on C ++ language. Automatic garbage collection nature makes java simpler than other languagesS & M Consultant Contact us at +1 650 585

2312

Page 10: Java features tutorial at S & M Consultant

Secured

Java is secured because programs run inside virtual machine, no explicit pointer, Provides security by separating the class loader from imported files

S & M Consultant Contact us at +1 650 585 2312

Page 11: Java features tutorial at S & M Consultant

Robust

Robust means strong that means Java language called as Strong. Java uses strong memory management to avoid security problems. Exception handling, and garbage collection makes java strong.

S & M Consultant Contact us at +1 650 585 2312

Page 12: Java features tutorial at S & M Consultant

Object-Oriented

Object oriented means a software with combination of different types of objects.

Some basic concepts of object orientation are

S & M Consultant Contact us at +1 650 585 2312

Page 13: Java features tutorial at S & M Consultant

Object-Oriented

Objects Class Encapsulation Inheritance Polymorphism Abstraction

S & M Consultant Contact us at +1 650 585 2312

Page 14: Java features tutorial at S & M Consultant

Portable

Portable to any system and we can carry the byte code from one system to another to run the program which identifies the platform independent nature of java

S & M Consultant Contact us at +1 650 585 2312

Page 15: Java features tutorial at S & M Consultant

High Performance:-

Java is faster than other language courses because byte code and compiled code makes the performance better

S & M Consultant Contact us at +1 650 585 2312

Page 16: Java features tutorial at S & M Consultant

Distributed:-

Using Java language we can create distributed applications. Using RMI & EJB we can create distributed application.

S & M Consultant Contact us at +1 650 585 2312

Page 17: Java features tutorial at S & M Consultant

Multi-Threaded:-

A thread is a simple program performing a single task. Multithreaded means performing multi tasks at a time.

Java has the power to run multiple tasks at a time using same memory which is a advantage of Java.

S & M Consultant Contact us at +1 650 585 2312

Page 18: Java features tutorial at S & M Consultant

S & M Consultant Contact us at +1 650 585 2312

Thank You