0% found this document useful (0 votes)
4 views10 pages

STEM Club Introduction to Java Presentation

Java is a versatile programming language created in 1995, owned by Oracle, and runs on over 3 billion devices. It is widely used for mobile, desktop, and web applications, and is known for its platform independence, ease of learning, and strong community support. Java is also essential for programming in robotics competitions like FIRST Tech Challenge and FIRST Global Challenge.

Uploaded by

mandla.sithole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views10 pages

STEM Club Introduction to Java Presentation

Java is a versatile programming language created in 1995, owned by Oracle, and runs on over 3 billion devices. It is widely used for mobile, desktop, and web applications, and is known for its platform independence, ease of learning, and strong community support. Java is also essential for programming in robotics competitions like FIRST Tech Challenge and FIRST Global Challenge.

Uploaded by

mandla.sithole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

What is Java?

Java Introduction
Java is a popular programming It is used for:
language, created in 1995.

It is owned by Oracle, and  Mobile applications


more than 3 billion devices (especially Android apps)
run Java. Java is everywhere.  Desktop applications
 Web applications
What is Java used for?  Web servers and application servers
 Games
 Database connection
 And much, much more!
STEM
Why Use
Java? Java Introduction
Java is a popular programming Java is used because:
language, created in 1995.

It is owned by Oracle, and  Java works on different platforms (Windows,


more than 3 billion devices Mac, Linux, Raspberry Pi, etc.)
run Java. Java is everywhere.  It is one of the most popular programming
languages in the world
Why use Java?  It has a large demand in the current job
market
 It is easy to learn and simple to use
 It is open-source and free
STEM
Why Use
Java? Java Introduction
Java is a popular programming It is used for:
language, created in 1995.

It is owned by Oracle, and  It is secure, fast and powerful


more than 3 billion devices  It has huge community support (tens of
run Java. Java is everywhere. millions of developers)
 Java is an object-oriented language which
Why use Java? gives a clear structure to programs and
allows code to be reused, lowering
development costs

STEM
Why Use
Java? Java Introduction
Java is a popular programming It is used for:
language, created in 1995.

It is owned by Oracle, and  As Java is close to C++ and C#, it makes it


more than 3 billion devices easy for programmers to switch to Java or
run Java. Java is everywhere. vice versa

Why use Java?

STEM
Why we learn
Java? Java Introduction
FIRST Tech Challenge and
FIRST Global Challenge Android App
Competition Robot use Java FTC and FGC
based programming platforms. Java Based
Programming App
You will need to learn Java
to program an FTC or FGC
Robot.

FTC and FGC REV


Control System.
STEM
Online
Java Introduction
Java IDE
In this tutorial, we will write
Java code in an Online
Integrated Development
Environment (IDE)

https://www.online-java.com/

STEM
Java Quick
Java Introduction
Start
 In Java, every application To open the online java IDE
begins with a class name.
 An class must match the You can search on Google online-java.com
filename.
or use the link below
Open
https://www.online-java.com/
https://www.online-java.com/

STEM
Java Quick
Java Introduction
Start
 Let's create our first Java
file, called Main.java

The file should contain a "Welcome to Online


IDE!! Happy Coding :)“ message, which is written
STEM with the following code.
Java Quick
Java Introduction
Start
 Let's create our first Java Don't worry if you don't understand the code
file, called Main.java above –

We will discuss it in detail in later chapters.

For now, focus on how to run the code.


Click the Run Button (in Green)

STEM

You might also like