SlideShare a Scribd company logo
Java Programming - Intro
Oum Saokosal
Master’s Degree in information systems,Jeonju
University,South Korea
012 252 752 / 070 252 752
oumsaokosal@gmail.com
Contact Me
• Tel: 012 252 752 / 070 252 752
• Email: oumsaokosal@gmail.com
• FB Page: https://facebook.com/kosalgeek
• PPT: http://www.slideshare.net/oumsaokosal
• YouTube: https://www.youtube.com/user/oumsaokosal
• Twitter: https://twitter.com/okosal
• Web: http://kosalgeek.com
History
•JamesGosling and Sun Microsystems
•Oak
•Java, May 20, 1995, SunWorld
•JavaApplet
•Java SE,Java EE, Java Java ME
•Android uses Java, doesn’t use JVM
3
Features of Java
• Java is object-oriented
• Java is interpreted
• Java is architecture-neutral
• Java is portable
• Java is multithreaded
• Java is dynamic
4
Java IDETools
• Eclipse
• Netbeans
• IntelliJ IDEA
5
Getting Started with Java
Programming
•A SimpleJavaApplication
•Compiling Programs
•ExecutingApplications
6
A Simple Application
Example 1.1
//This application program prints Welcome
//to Java!
package chapter1;
public class Welcome {
public static void main(String[] args) {
System.out.println("Welcome to Java!");
}
}
7
ExecutingApplications
•Compile: javac Welcome.java
•Run: java Welcome.class
8
Java
Interpreter
on Windows
Java
Interpreter
on Sun Solaris
Java
Interpreter
on Linux
Bytecode
Java
Interpreter
on Mac OS
Comments
In Java,comments:
//this is a single line comment
/* this is
a multiline comment
*/
9
Reserved Words
Reservedwords or keywords:
- class
- public
- static
- void
- int
- package
10
Modifiers
public
private
protected
(default)
11
Classes
A class is a template or blueprint for
objects.
public class Welcome {
}
12
Methods
Method: a collection of statements
that performs a sequence of
operations
It can be used even without fully
understanding the details of how it
works.
13
main Method
The main method provides the control of
program flow.The Java interpreter executes
the application by invoking the main method.
The main method looks like this:
public static void main(String[] args)
{
// Statements;
} 14

More Related Content

PPTX
Hadoop And Their Ecosystem ppt
sunera pathan
 
PPTX
Data Stream Management
k_tauhid
 
PPT
Data Warehousing and Data Mining
idnats
 
PPT
Date warehousing concepts
pcherukumalla
 
PPTX
Mining Data Streams
SujaAldrin
 
PPTX
Data Science Workflow
Aseel Addawood
 
PPTX
Big data and data science overview
Colleen Farrelly
 
PDF
Predictive Analytics - Big Data & Artificial Intelligence
Manish Jain
 
Hadoop And Their Ecosystem ppt
sunera pathan
 
Data Stream Management
k_tauhid
 
Data Warehousing and Data Mining
idnats
 
Date warehousing concepts
pcherukumalla
 
Mining Data Streams
SujaAldrin
 
Data Science Workflow
Aseel Addawood
 
Big data and data science overview
Colleen Farrelly
 
Predictive Analytics - Big Data & Artificial Intelligence
Manish Jain
 

What's hot (20)

PDF
CSC446: Pattern Recognition (LN3)
Mostafa G. M. Mostafa
 
PPTX
What is Big Data?
Bernard Marr
 
PPTX
Data science applications and usecases
Sreenatha Reddy K R
 
PPTX
Data warehouse,data mining & Big Data
Ravinder Kamboj
 
PPT
Data preprocessing
Jason Rodrigues
 
PPTX
Our big data
uthrarajan
 
PDF
Introduction to Data Science and Analytics
Srinath Perera
 
PPTX
MACHINE LEARNING-LEARNING RULE
DrBindhuM
 
PDF
Big Data & Analytics (Conceptual and Practical Introduction)
Yaman Hajja, Ph.D.
 
PPTX
Data Streaming in Big Data Analysis
Vincenzo Gulisano
 
PPTX
Data ware house architecture
Deepak Chaurasia
 
PPTX
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
amiteshg
 
PPTX
big data and machine learning ppt.pptx
NATASHABANO
 
PPTX
K means clustering algorithm
Darshak Mehta
 
PDF
Introduction to Bigdata and HADOOP
vinoth kumar
 
PPTX
Data analytics
Bhanu Pratap
 
PPTX
Big data analytics
Vikram Nandini
 
PPTX
Introduction to data analysis using excel
Ahmed Essam
 
PPTX
Predictive analytics
SAS Singapore Institute Pte Ltd
 
CSC446: Pattern Recognition (LN3)
Mostafa G. M. Mostafa
 
What is Big Data?
Bernard Marr
 
Data science applications and usecases
Sreenatha Reddy K R
 
Data warehouse,data mining & Big Data
Ravinder Kamboj
 
Data preprocessing
Jason Rodrigues
 
Our big data
uthrarajan
 
Introduction to Data Science and Analytics
Srinath Perera
 
MACHINE LEARNING-LEARNING RULE
DrBindhuM
 
Big Data & Analytics (Conceptual and Practical Introduction)
Yaman Hajja, Ph.D.
 
Data Streaming in Big Data Analysis
Vincenzo Gulisano
 
Data ware house architecture
Deepak Chaurasia
 
HEART DISEASE PREDICTION USING NAIVE BAYES ALGORITHM
amiteshg
 
big data and machine learning ppt.pptx
NATASHABANO
 
K means clustering algorithm
Darshak Mehta
 
Introduction to Bigdata and HADOOP
vinoth kumar
 
Data analytics
Bhanu Pratap
 
Big data analytics
Vikram Nandini
 
Introduction to data analysis using excel
Ahmed Essam
 
Predictive analytics
SAS Singapore Institute Pte Ltd
 
Ad

Viewers also liked (20)

PPTX
Android app development - Java Programming for Android
OUM SAOKOSAL
 
PPTX
Introduction to Advanced Javascript
Collaboration Technologies
 
PDF
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
PDF
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
PDF
Meetup Python Nantes - les tests en python
Arthur Lutz
 
PDF
Python - Lecture 1
Ravi Kiran Khareedi
 
PPT
Operator Overloading
Sardar Alam
 
PDF
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
PDF
Installing Python on Mac
Wei-Wen Hsu
 
PDF
Python for All
Pragya Goyal
 
PDF
Introduction to python
Yi-Fan Chu
 
PDF
Lesson1 python an introduction
Arulalan T
 
PDF
Python master class part 1
Chathuranga Bandara
 
DOCX
Introduction to Python - Running Notes
RajKumar Rampelli
 
PDF
Introduction to facebook java script sdk
Yi-Fan Chu
 
PPTX
Lec02 structures (2)
Khuder Altangerel
 
PPTX
Mastering python lesson2
Ruth Marvin
 
PDF
Introduction to facebook javascript sdk
Yi-Fan Chu
 
PDF
Running openCV project on Mac OS
Wei-Wen Hsu
 
PDF
Concise Notes on Python
Wei-Wen Hsu
 
Android app development - Java Programming for Android
OUM SAOKOSAL
 
Introduction to Advanced Javascript
Collaboration Technologies
 
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
Meetup Python Nantes - les tests en python
Arthur Lutz
 
Python - Lecture 1
Ravi Kiran Khareedi
 
Operator Overloading
Sardar Alam
 
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
Installing Python on Mac
Wei-Wen Hsu
 
Python for All
Pragya Goyal
 
Introduction to python
Yi-Fan Chu
 
Lesson1 python an introduction
Arulalan T
 
Python master class part 1
Chathuranga Bandara
 
Introduction to Python - Running Notes
RajKumar Rampelli
 
Introduction to facebook java script sdk
Yi-Fan Chu
 
Lec02 structures (2)
Khuder Altangerel
 
Mastering python lesson2
Ruth Marvin
 
Introduction to facebook javascript sdk
Yi-Fan Chu
 
Running openCV project on Mac OS
Wei-Wen Hsu
 
Concise Notes on Python
Wei-Wen Hsu
 
Ad

Similar to Java OOP Programming language (Part 1) - Introduction to Java (15)

PDF
Lab#1 good bad design
Yaowaluck Promdee
 
PPTX
e-Learning and YouTube
Eugene O'Loughlin
 
PPTX
Engage 2019 - De04. Java with Domino After XPages
Jesse Gallagher
 
PPTX
Snow Day? SNOw Problem!
ITeamBL
 
PPTX
Inspire learners, drive attainment - make FE learning resource services front...
Jisc
 
PPT
Enable Workshop CORE 2013
CORE Education
 
PDF
Javascript & DOM - Part 1- Javascript Tutorial for Beginners with Examples
OUM SAOKOSAL
 
PDF
PhoneGap in a Day
Troy Miles
 
PDF
Massively Open Online Courses (MOOCs)
Charles Severance
 
PPT
Con3023 How to get more kids to code (JavaOne 2013)
Saskia Vermeer-Ooms
 
PPTX
Eval of eight
Heidi Cameron
 
PPSX
Build automation for XPages - AUSLUG 2015
gregorbyte
 
PDF
Ideas for using iPads in High School Classrooms.
J Reid
 
PDF
Introduction to java
Ahmed Abbadi
 
PPTX
collegia college management project jdjdjdjdijd
ksai58701
 
Lab#1 good bad design
Yaowaluck Promdee
 
e-Learning and YouTube
Eugene O'Loughlin
 
Engage 2019 - De04. Java with Domino After XPages
Jesse Gallagher
 
Snow Day? SNOw Problem!
ITeamBL
 
Inspire learners, drive attainment - make FE learning resource services front...
Jisc
 
Enable Workshop CORE 2013
CORE Education
 
Javascript & DOM - Part 1- Javascript Tutorial for Beginners with Examples
OUM SAOKOSAL
 
PhoneGap in a Day
Troy Miles
 
Massively Open Online Courses (MOOCs)
Charles Severance
 
Con3023 How to get more kids to code (JavaOne 2013)
Saskia Vermeer-Ooms
 
Eval of eight
Heidi Cameron
 
Build automation for XPages - AUSLUG 2015
gregorbyte
 
Ideas for using iPads in High School Classrooms.
J Reid
 
Introduction to java
Ahmed Abbadi
 
collegia college management project jdjdjdjdijd
ksai58701
 

More from OUM SAOKOSAL (20)

PPTX
Class Diagram | OOP and Design Patterns by Oum Saokosal
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 8) - Java Database JDBC
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 7) - Swing
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 6) - Abstract Class & Interface
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 5) - Inheritance
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 4) - Collection
OUM SAOKOSAL
 
PDF
Java OOP Programming language (Part 3) - Class and Object
OUM SAOKOSAL
 
PDF
Aggregate rank bringing order to web sites
OUM SAOKOSAL
 
DOC
How to succeed in graduate school
OUM SAOKOSAL
 
PDF
Google
OUM SAOKOSAL
 
PDF
E miner
OUM SAOKOSAL
 
PDF
Data preparation for mining world wide web browsing patterns (1999)
OUM SAOKOSAL
 
PDF
Consumer acceptance of online banking an extension of the technology accepta...
OUM SAOKOSAL
 
DOCX
When Do People Help
OUM SAOKOSAL
 
DOC
Mc Nemar
OUM SAOKOSAL
 
DOCX
Correlation Example
OUM SAOKOSAL
 
DOC
Sem Ski Amos
OUM SAOKOSAL
 
PPT
Sem+Essentials
OUM SAOKOSAL
 
DOC
Path Spss Amos (1)
OUM SAOKOSAL
 
PPT
Kimchi Questionnaire
OUM SAOKOSAL
 
Class Diagram | OOP and Design Patterns by Oum Saokosal
OUM SAOKOSAL
 
Java OOP Programming language (Part 8) - Java Database JDBC
OUM SAOKOSAL
 
Java OOP Programming language (Part 7) - Swing
OUM SAOKOSAL
 
Java OOP Programming language (Part 6) - Abstract Class & Interface
OUM SAOKOSAL
 
Java OOP Programming language (Part 5) - Inheritance
OUM SAOKOSAL
 
Java OOP Programming language (Part 4) - Collection
OUM SAOKOSAL
 
Java OOP Programming language (Part 3) - Class and Object
OUM SAOKOSAL
 
Aggregate rank bringing order to web sites
OUM SAOKOSAL
 
How to succeed in graduate school
OUM SAOKOSAL
 
Google
OUM SAOKOSAL
 
E miner
OUM SAOKOSAL
 
Data preparation for mining world wide web browsing patterns (1999)
OUM SAOKOSAL
 
Consumer acceptance of online banking an extension of the technology accepta...
OUM SAOKOSAL
 
When Do People Help
OUM SAOKOSAL
 
Mc Nemar
OUM SAOKOSAL
 
Correlation Example
OUM SAOKOSAL
 
Sem Ski Amos
OUM SAOKOSAL
 
Sem+Essentials
OUM SAOKOSAL
 
Path Spss Amos (1)
OUM SAOKOSAL
 
Kimchi Questionnaire
OUM SAOKOSAL
 

Recently uploaded (20)

PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PPT
L2 Rules of Netiquette in Empowerment technology
Archibal2
 
PDF
Best ERP System for Manufacturing in India | Elite Mindz
Elite Mindz
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PPTX
Coupa-Overview _Assumptions presentation
annapureddyn
 
PPTX
Stamford - Community User Group Leaders_ Agentblazer Status, AI Sustainabilit...
Amol Dixit
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
L2 Rules of Netiquette in Empowerment technology
Archibal2
 
Best ERP System for Manufacturing in India | Elite Mindz
Elite Mindz
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Software Development Methodologies in 2025
KodekX
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Coupa-Overview _Assumptions presentation
annapureddyn
 
Stamford - Community User Group Leaders_ Agentblazer Status, AI Sustainabilit...
Amol Dixit
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 

Java OOP Programming language (Part 1) - Introduction to Java