Skip main navigation

Super keyword

In this video, you’ll explore the concept of the super keyword. You will learn more about: what the super keyword is using the super keyword.

Writing your first Java programme

In this video, you’ll learn how to create a Java project and the steps in writing a programme. You will learn more about: creating a Java project in Eclipse creating …

StringBuilder methods

In this video, you’ll explore StringBuilder methods in Java. You will learn more about: how to insert a substring inside a main string how to replace a substring with a …

Installing the Java Development Kit

In this video, you’ll learn how to install Java Development Kit 10 (JDK), in line with Oracle’s latest norms. You will learn more about: creating an account with Oracle downloading …

Classes and objects in Java

In this video, you’ll explore the concepts of classes and objects. You will learn more about: what a class is, and how it is used in object-oriented programming how to …

Practice: Creating a two-dimensional array

In this video, you’ll practice creating a 2D array. You will learn more about: how to create a blank 2D array adding and iterating values using nested ‘for’ loops and …