TELEVISION

Learning Java Programming

Series: Learning Java Programming
(0)
Episodes
36
Rating
NR
Year
2021
Language
English

About

Learning Java Programming teaches you how to write computer programs in Java and shows how everyday programmers use this language to build desktop graphical user interfaces (GUIs) and mobile applications for Android devices. Software engineer, teacher, and expert Java programmer Paulo Dichone delivers 36 highly interactive lessons that reveal not just how Java works, but some of the many insider tips and tricks programmers use to solve problems. Equal parts authoritative and accessible, this course brings Java to life for programmers of all levels of experience-and for anyone who uses their phone or computer to shop, pay, play, watch, learn, and thrive.

Related Subjects

Episodes

1 to 3 of 36

1. Welcome to Java!

7m

Discover what makes Java one of the most popular programming languages out there. After an overview of how Java works, learn the meanings and applications of terms like Java Virtual Machine, integrated development environment, and Java bytecode.

2. Choose an Integrated Development Environment

8m

Think of integrated development environments (IDEs) as code editors with everything programmers need to write code. Get insights into three IDEs: IntelliJ IDEA (used to write programs in multiple languages), NetBeans (which simplifies app development), and Android Studio (the app-friendly IDE used in rest of this course).

3. Installing Android Studio For Mac

6m

For Mac users: Discover how to properly install Android Studio-the tool you'll be using to learn Java and, later in the course, build an Android app. This lesson covers the step-by-step installation process.

4. Installing Android Studio For Windows

16m

For Windows users: Discover how to properly install Android Studio, the tool you'll be using to learn Java and, later in the course, build an Android app. This lesson covers the step-by-step installation process.

5. Create Your First Java Program!

8m

Crack your knuckles and get ready to create your first Java program inside Android Studio. Learn how to build a program that prints out specific messages: "Hello World" and "Java programming is fun!"

6. Java Code Structure, Syntax, and Main Method

7m

Take a closer look at the "print" program you created in the previous lesson. Topics you'll cover here include package keywords, classes (which must go within a pair of curly braces), and the critical importance of basic syntax for your code to run properly.

Extended Details

  • Closed CaptionsEnglish

Artists