Presentation On Core Java
Presentation On Core Java
Submitted By:
Shaurya Kumar
1501227433
7CSE-2C
CONTENT
• What is Java ?
• Where is Java used ?
• Features of Java
• Java Program Translation
• Java Virtual Machine
• Java system overview
• Java Program-Development phase
• Advantage of java
• Disadvantage of java
WHAT IS JAVA ?
Java is Simple.
Java is Object Oriented
Java is Distributed
Java is Architecture Neutral
Java is Robust
Java is Interpreted and Compiled
Java is Secure
Java is Portable
Java is Multi-Threaded
JAVA PROGRAM TRANSLATION
JAVA VIRTUAL MACHINE
Java virtual machine is the like usual computer which translate high level language into
machine language.
Just like that Java virtual machine also translate Bytecode into machine language.
JVM are available for many hardware and software platform.
WHAT IS OOP?
Object
Class
Encapsulation
Inheritance
Polymorphism
Abstraction
JAVA SYSTEM OVERVIEW
JAVA PROGRAM-DEVELOPMENT PHASES
DATA TYPES IN JAVA
• Array
Non Primitive • Class
• Interface • byte
• short
• int
• long
Integer
Data Type
Numeric
• float
Real
• double
Primitive
Non-Numeric
• char
• boolean
GARBAGE COLLECTION
Garbage collection is the mechanism that deallocate the memory of an object when it is
no longer referenced by a variable.
In C++, the memory of an Object is released by use of delete operator.
Java virtual machine determines when to free up the memory of an object.
ADVANTAGES OF JAVA
Slow Performance.
No support for Low level programming.
No control over Garbage Collection.
Thank You.