0% found this document useful (0 votes)
3 views52 pages

Java Programming Workshop by Slidesgo (1)

The document is a template for a Java Programming Workshop presentation, outlining its structure, features, and resources. It includes sections on theory lessons, practical exercises, Java basics, and various programming concepts. Additionally, it provides guidelines for usage, credits, and alternative resources for enhancing the presentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views52 pages

Java Programming Workshop by Slidesgo (1)

The document is a template for a Java Programming Workshop presentation, outlining its structure, features, and resources. It includes sections on theory lessons, practical exercises, Java basics, and various programming concepts. Additionally, it provides guidelines for usage, credits, and alternative resources for enhancing the presentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 52

Java

Programming
Workshop
Here is where your presentation begins
Contents of this template
You can delete this slide when you’re done editing the presentation

Fonts To view this template correctly in PowerPoint, download and install the
fonts we used

Used and alternative resources An assortment of graphic resources that are suitable for use in this
presentation

Thanks slide You must keep it so that proper credits for our design are given

Colors All the colors used in this presentation

Icons and infographic resources These can be used in the template, and their size and color can be edited

Editable presentation theme You can edit the master slides easily. For more info, click here

For more info: You can visit our sister projects:


SLIDESGO | BLOG | FAQs FREEPIK | FLATICON | STORYSET | WEPIK |
VIDEVO
Table of contents

01 02
Features of the
Theory lesson topic
You can describe the You can describe the
topic of the section here topic of the section here

03 04
Useful tips Practical exercise
You can describe the You can describe the
topic of the section here topic of the section here
0
1
Theory
lesson
You can enter a subtitle here if you
need it
Introduction

Mercury is the closest planet to Mercury takes a little more than


the Sun and the smallest one in 58 days to complete its rotation,
the entire Solar System. This so try to imagine how long days
planet's name has nothing to do must be there! Since the
with the liquid metal, since temperatures are so extreme,
Mercury was named after the albeit not as extreme as on
Roman messenger god. Its Venus, Mercury has been
temperatures aren't as terribly deemed to be non-habitable for
hot as that planet's humans
Java basics

Do you know what helps you make your


point crystal clear? Lists like this one:

● They’re simple
● You can organize your ideas clearly
● You’ll never forget to buy milk!

And the most important thing: the


audience won’t miss the point of your
presentation
“This is a quote, words full of
wisdom that someone
important said and can make
the reader get inspired.”
—Someone Famous
Concepts

Inheritance Polymorphism
Mercury is the closest Venus has a beautiful
planet to the Sun and the name and is the second
smallest one in the Solar planet from the Sun. It’s
System—it’s only a bit hot and has a very
larger than the Moon poisonous atmosphere
Access modifiers

Private Protected Public


Mercury is the closest Venus has a beautiful Despite being red,
planet to the Sun and name and is the Mars is actually a cold
the smallest one of second planet from the place. It’s full of iron
them all Sun oxide dust
Modifiers on some elements

Abstract Static
Mars is actually a Neptune is the
very cold place farthest planet
from the Sun

Final Synchronized
Jupiter is the Saturn is a gas
biggest planet of giant and has
them all several rings
What can be done with Java examples?

Big data AI Video game


Mercury is the closest Venus has a beautiful Despite being red,
planet to the Sun and name and is the Mars is actually a cold
the smallest one of second planet from place. It’s full of iron
them all the Sun oxide dust
Recommendations

Mars Venus Neptune


Mars is actually a Venus is the second Neptune is the
very cold place planet from the Sun farthest planet from
the Sun

Mercury Saturn Jupiter


Mercury is the Saturn is a gas Jupiter is the
closest planet to giant and has biggest planet of
the Sun several rings them all
A picture
always
reinforces
the concept
You can give a brief
description of the topic you
want to talk about here. For
example, if you want to talk
about Mercury, you can say that
it’s the smallest planet in the
entire Solar System
4,498,300,0
00
Big numbers catch your audience’s attention
9h 55m 23s
Jupiter’s rotation period

333,000
The Sun’s mass compared to Earth’s

386,000 km
Distance between Earth and the Moon
Awesome
words
A picture is worth a thousand words
Class operations
Static void main(String[] args) {

int a=10; int sum=a+b;


int b=5; int subtract=a-b;
int
multiplication=a*b
;
int division =a/b;
System.out.println("The sum of " + a + " plus " + b + " equals " + sum);
System.out.println("Subtraction of " + a + " minus " + b + " equals " +
subtraction);
System.out.println("The multiplication of " + a + " by " + b + " is equal to " +
multiplication);
System.out.println("The division of " + a + " by " + b + " is equal to " + division);
Brainstorming and idea generation
A Abstract I Identifier Q -

B Block J Java R Reference

C Class K Keyword S Sandbox

D Default L Lexical T Thread

E Enum M Method U Unicode

F Field N Native V/W Variable

G Generic O Object X/Y XML

H Hexadecimal P Package Z -
Main topic and details
Java

Topic 1 Topic 2 Topic 3


Mercury is the closest Despite being red, Mars Venus has a very
planet to the Sun and is actually a cold place. beautiful name and is
the smallest one in the It’s full of iron oxide dust the second planet from
Solar System the Sun
Simple data types
Tipo Size/Format Description

Byte 8-bit, 2's complement 1-byte integer

Short 16-bit, 2's complement Short integer

Int 32-bit, 2's complement Whole

Long 64-bit, 2's complement Longint

Float 32-bit, IEEE 754 Real simple precision

Double 64-bit, IEEE 754 True double precision

Char 16 bit character Simple character


Sequence
Declare
Start variables Read data
Mercury is the closest Venus is the second Despite being red, Mars
planet to the Sun planet from the Sun is actually a cold place

Process Show End


Jupiter is the biggest Saturn is composed of Neptune is the farthest
planet of them all hydrogen and helium planet from the Sun
Classification

Sequence in Java

Arrays Collections Popular API


● Feature 1 ● Feature 1 ● Feature 1
● Feature 2 ● Feature 2 ● Feature 2
● Feature 3 ● Feature 3 ● Feature 3
● Feature 4 ● Feature 4 ● Feature 4

Mars is actually a Venus has high Mercury is the


very cold place temperatures smallest planet
Cause and effect
Abstract
Public The Moon is Earth’s only natural
satellite
Static
Modifier Neptune is the farthest planet from
s the Sun
Final
Protecte
d Saturn is composed of hydrogen and
helium
Synchronized
Despite being red, Mars is a cold
place
Question and answer

What are Java IDEs?


Is Mercury the closest planet to the Sun and the
smallest one in the Solar System? Note that it’s a
bit larger than the Moon

Eclipse and NetBeans


Venus has a beautiful name and is the second
planet from the Sun. It’s hot and has a poisonous
atmosphere
Timeline

Venus is the second Despite being red,


planet from the Sun Mars is a very cold
place
Project start Prototype

Data analysis Feedback


Mercury is the closest Jupiter is the biggest
planet to the Sun planet of them all
Parts and whole
What would happen if the part was
The whole object missing
Mercury is the closest Venus has a beautiful name and is the second
planet to the Sun and the planet from the Sun. It’s terribly hot, even hotter
smallest one in the entire than Mercury, and its atmosphere is extremely
Solar System poisonous

Parts of the object What’s the function of the part?


● Mercury is very Saturn is a gas giant and has several rings. It’s
small composed mostly of hydrogen and helium. It was
● Venus is very hot named after the Roman god of wealth and
● We all live on Earth agriculture
Evolution of the students
Venus
Venus is the second
planet from the Sun

Mercury
Mercury is the closest
planet to the Sun

Mars
Despite being red,
Mars is a very cold
place
Follow the link in the graph to modify its data and then paste the new one here. For more info, click here
Most used programming languages

25% 50% 75%


HTML Python Java
Mercury is the closest Venus has a beautiful Despite being red,
planet to the Sun and name and is the Mars is actually a cold
the smallest of them second planet from place. It’s full of iron
all the Sun oxide dust
Best centers

Venus
Venus is the second
planet from the Sun

Mercury
Mercury is the closest
planet to the Sun

Mars
Despite being red,
Mars is a very cold
place
Mockups
You can replace the
images on the screen with
your own work. Just right-
click on them and select
“Replace images”
Thanks!
Do you have any questions?
[email protected]
+34 654 321 432
yourwebsite.com

CREDITS: This presentation template was created by


Slidesgo, and includes icons by Flaticon, and infographics &
images by Freepik
Please keep this slide for attribution
Alternative resources
Here’s an assortment of alternative resources whose style fits the one of this
template:

Vectors
● Creative computer microchip background
Resources
Did you like the resources on this template? Get them for free at our other
websites:

Vectors
● Technology style brochure set

Photos
● Side view of man using smartphone
● Programming background with person working with codes on computer
● Side view of woman at home using headphones and tablet
● Medium shot man playing videogame
● Programming background with person working with codes on computer
Instructions for use
If you have a free account, in order to use this template, you must credit Slidesgo by keeping the Thanks slide. Please
refer to the next slide to read the instructions for premium users.

As a Free user, you are allowed to:


● Modify this template.
● Use it for both personal and commercial projects.

You are not allowed to:


● Sublicense, sell or rent any of Slidesgo Content (or a modified version of Slidesgo Content).
● Distribute Slidesgo Content unless it has been expressly authorized by Slidesgo.
● Include Slidesgo Content in an online or offline database or file.
● Offer Slidesgo templates (or modified versions of Slidesgo templates) for download.
● Acquire the copyright of Slidesgo Content.

For more information about editing slides, please read our FAQs or visit our blog:
https://slidesgo.com/faqs and https://slidesgo.com/slidesgo-school
Instructions for use (premium users)
As a Premium user, you can use this template without attributing Slidesgo or keeping the "Thanks" slide.

You are allowed to:


● Modify this template.
● Use it for both personal and commercial purposes.
● Hide or delete the “Thanks” slide and the mention to Slidesgo in the credits.
● Share this template in an editable format with people who are not part of your team.

You are not allowed to:


● Sublicense, sell or rent this Slidesgo Template (or a modified version of this Slidesgo Template).
● Distribute this Slidesgo Template (or a modified version of this Slidesgo Template) or include it in a database or in
any other product or service that offers downloadable images, icons or presentations that may be subject to
distribution or resale.
● Use any of the elements that are part of this Slidesgo Template in an isolated and separated way from this
Template.
● Register any of the elements that are part of this template as a trademark or logo, or register it as a work in an
intellectual property registry or similar.

For more information about editing slides, please read our FAQs or visit our blog:
https://slidesgo.com/faqs and https://slidesgo.com/slidesgo-school
Fonts & colors used
This presentation has been made using the following fonts:

Anton
(https://fonts.google.com/specimen/Anton)

Catamaran
(https://fonts.google.com/specimen/Catamaran)

#fafafa #0e0e0e #2e2e2e #0f0f0f

#00c3da #0b8eda #7800da #da0078


Storyset
Create your Story with our illustrated concepts. Choose the style you like the most, edit its
colors, pick the background and layers you want to show and bring them to life with the
animator panel! It will boost your presentation. Check out how it works.

Pana Amico Bro Rafiki Cuate


Use our editable graphic resources...
You can easily resize these resources without losing quality. To change the color, just ungroup the resource and click on
the object you want to change. Then, click on the paint bucket and select the color you want. Group the resource again
when you’re done. You can also look for more infographics on Slidesgo.
JANUARY FEBRUARY MARCH APRIL MAY JUNE

PHASE 1

Task 1

Task 2

PHASE 2

Task 1

Task 2

JANUARY FEBRUARY MARCH APRIL

PHASE 1

Task 1

Task 2
...and our sets of editable icons
You can resize these icons without losing quality.
You can change the stroke and fill color; just select the icon and click on the paint bucket/pen.
In Google Slides, you can also use Flaticon’s extension, allowing you to customize and add even more icons.
Educational Icons Medical Icons
Business Icons Teamwork Icons
Help & Support Icons Avatar Icons
Creative Process Icons Performing Arts Icons
Nature Icons
SEO & Marketing Icons

You might also like