Learning Java Programming

Learning Java Programming « Series from 2023

Series from 2023

Broadcast info
Genres: Special Interest

In Learning Java Programming, learn how to write computer programs in Java and how everyday programmers use this language to build desktop graphical user interfaces (GUIs) and mobile applications for Android devices.

These hands-on lectures reveal not just how Java works, but some of the many insider tips and tricks programmers use to create and solve problems.

Share on
Share on Facebook
Facebook
X
Share on E-mail
E-mail

Welcome to Java!

Choose an Integrated Development Environment

Installing Android Studio for Mac

Installing Android Studio for Windows

Create Your First Java Program!

Java Code Structure, Syntax, and main Method

Declaring Variable Types: int and String

Concatenating Variables in Java

Primitive Variable Types: boolean and char

Primitive Variable Types: byte, short, and long

Primitive Variable Types: float and double

Java Operators and Operator Precedence

The while Loop in Java

Java Branching Statements: if, if-else, and else-if

Multiple Branches with the Java switch Statement

The do-while Loop and the for Loop in Java

Arrays in Java

Creating Objects in Java

Class Constructors in Java

Methods: Passing Arguments, Returning Values

Java Getters and Setters

Using the String Class as a Reference Type

Java Inheritance: Overriding Parent Methods

Java Inheritance: Invoking Parent Methods

The Java Class Library