Practice It: Java

Practice It: Java

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 59m | 167 MB

Looking for a chance to practice using your Java skills in a real-world scenario? You’re in luck. This course was designed to offer accessible and interactive training for learners like you. Join instructor Bethan Palmer to learn more about the basics of writing code in Java, one of the most widely used object-oriented programming languages in the world. Find out how to work with variables, classes, and objects, before turning your attention to control flow. Bethan shares insights and pointers from her own experience to help you get the most out of each task. By the end of this course, you’ll be prepared to wield your newly acquired skills so you can keep coding in Java on your own.

This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that you’ll likely encounter in the workplace. Check out the “Using GitHub Codespaces with this course” video to learn how to get started.

Table of Contents

Introduction
1 Practice some Java
2 What you should know
3 Using GitHub Codespaces with this course

Variables
4 Topic overview Variables
5 Try it Primitive variables
6 Check it Primitive variables
7 Try it Reference variables
8 Check it Reference variables

Classes and Objects
9 Topic overview Classes and objects
10 Try it Creating classes
11 Check it Creating classes
12 Try it Methods
13 Check it Methods
14 Try it Creating objects
15 Check it Creating objects

Control Flow
16 Topic overview Control flow
17 Try it Ifelse statements
18 Check it Ifelse statements
19 Try it For loops
20 Check it For loops
21 Try it Enhanced for loops
22 Check it Enhanced for loops

Conclusion
23 Next steps to practice more Java

Homepage