Presentation On Core Java
Presentation On Core Java
CORE JAVA BY
RAHUL PAL
CONTENT
• WHAT IS JAVA ?
• WHERE IS JAVA USED ?
• FEATURES OF JAVA ?
• JAVA PROGRAM TRANSLATION ?
• JAVA VIRTUAL MACHINE
• JAVA SYSTEM OVERVIEW
• EXECUTE JAVA ONLINE
• ADVANTAGE OF JAVA
• DISADVANTAGE OF JAVA
• PROJECT
WHAT IS JAVA
*java is object oriented programming language as well as
plateform
*Java is a high-level programming language originally
developed by Sun Microsystems and released in 1995.
Java runs on a variety of platforms, such as Windows,
Mac OS, and the various versions of UNIX.
*Java is first programming language which provide
the concept of writing programs that can be executed
by web
WHERE IS JAVA USED
According to the sun , 3 billion devices run java.
There are many devices whare java is currently used
• Desktop Applications – Acrobat reader , Media player , anti virus
• Web Application - irctc.co.in, javatpoint.com etc.
• Enterprise application- Banking application, Business application
• MOBILE
• EMBEDDED SYSTEM
• GAMES
• ROBOTICS
FEATURES OF JAVA
• Java is Simple
• Java is Distributed
• Java is Robust
• Java is Secure
• Java is Portable
* Just like that java virtual machine also translate bytecode into
machine language
Operating system
EXECUTE JAVA ONLINE
• For most of the examples given in this tutorial, you will find a ‘Try it’ option, which
WE can use to execute our Java programs at the spot and enjoy your learning.
• Try following the example using the ‘Try it’ option available at the top right corner of
the following sample code box −
long
DATA TYPES
Numeric data real
types
float
double
Primitives data
types
Non- numeric data
Char & boolean
types
GARBAGE COLLECTION
* Garbage collection is the mechanism that De allocate
The memory of an object when it is no longer referenced
by variable