CREATOR ONLY

Java Programming for Beginners

Learn all the basics of Java programming. We'll cover everything from variables and conditional statements, to functions and object-oriented programming.

Get Started

TECHNOLOGIES

Java

WATCH TIME

69 minutes

Lessons

Java Defining Methods and Functions

In this video, we'll start learning about functions in Java, how to create them, parameters, and how to run them.

7 min

Java Variables and Data Types

In this video, we'll continue our java series and learn about variables and different types of data types

6 min

Java For Loops

If this video, we'll learn about for loops in Java in order to iterate over a certain sequence of numbers and why for loops is so important while building programs.

7 min

Java Arithmetic Assignment Operators

We'll learn all about arithmetic and assignment operators in Java.

7 min

Java String Manipulation

We'll dive into Strings and experiment with different functions, like length, uppercase, indexof, and formatting of stringers in Java.

7 min

Java Introduction to Arrays

In this video, we'll cover what is an array data structure, notation, and and the two ways to initialize the array.

11 min

Java Switch Statements

We'll learn how to use the switch statement with cases instead of writing long if/else statements in our Java applications

6 min

Java While Loops

In this video, we'll cover while loops, how they are used, and why they are important, and practice using them in different implementations.

6 min

Getting Started with Java

We'll learn how to download Java on both mac and windows and get started with outputting "Hello World" statement.

7 min

Java Conditional Statements

We'll learn about conditional statements with if/else statements, how its used, why it is so important in application development, and put it into practice.

10 min