You are on page 1of 28

Click to edit Master title style

Basic Java
Tutorial – Refresher for OOP
JDK, IDE and Hello World
About this lesson
Click to edit Master title style

• This is a refresher lesson in your previous


Java Programming.

• This lesson will cover until we get through


Object Oriented Programming (OOP)
Lesson Topics
Click to edit Master title style

1. Setup JDK (Java Development Kit)


2. Setup IDE (Integrated Development Environment)
3. Running our First “Hello World”
JDK
Click to edit Master title style

Allows developers to create Java


programs that can be executed by the
Java Runtime Environment (JRE).
IDE
Click to edit Master title style

A software used by a developer so


that they can easily code in a certain
programming language, IDE has tons of
features the make’s programming easier.
IDE
Click to edit Master title style

Netbeans Eclipse
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Packages
Click to edit Master title style

This is like a folder in a directory


where we can throw all our related codes
in the same directory.
Click to edit Master title style

INSTALLING JDK &


ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

Running our First


“Hello World”
System.out.println();
Click to edit Master title style

Used to display something in the


console.
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
System.out.print();
Click to edit Master title style

Used to display something in the


console on the same line.
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

INSTALLING1 JDK & be lowercase


letter must
st

ECLIPSE IDE
Click to edit Master title style

JDK, IDE and


Hello World
Click to edit Master title style

Thank You.
❤️

Sir Mark Leslie D. Melendez


Instructor

You might also like