Radio and PodcastRadio and PodcastLive Radio & Podcasts
APCS Java cover
Education

APCS Java

Chris Thiel

Helpful video Podcast for folks taking a course in Advanced Placement Computer Science

APCS Java Podcast Guide

Listen to APCS Java, a Education podcast by Chris Thiel. Stream 25 episodes in English, follow new audio stories, and play episodes online on Radio and Podcast.

Show Topic

Browse this show under Education podcasts.

Episodes

20 episodes are loaded now from a catalog of 25. More episodes can be opened from this page.

Episodes

20 of 25 episodes

Hello World Without an IDE

You can get a lot of insight in how coding works and how an Integrated Development Environment (IDE can help the process of compiling, and e...

Aug 5, 2022

Installing Java JDK SE 8 on Windows 10

Installing the Java JDK 8 SE on Windows 10 for learning AP Computer Science A. Links mentioned in the video: mathorama.com/wiki Summer Assig...

Jul 18, 2020

Game Applet Stage 3

Stage 3 Enemies are made and tested. Video Source code is at http://apcs.mathorama.com/index.php?n=Main.SimpleGameTutorial and the game is a...

Apr 8, 2013

Game Applet Stage 2

Stage 2 of the Game Applet is making the player and have it be controlled with keyboard input. Source code is at apcs.mathorama.com and the...

Apr 6, 2013

Game Applet: Stage 1

Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site. You c...

Apr 6, 2013

Making Images with GIMP

Making Images With GIMP You can download from http://www.gimp.org I show how to use some features in GIMP (from www.gimp.org) a open source...

Nov 24, 2012

Installing BlueJ 2012

Installing BlueJ 2012 Video Here is a 2012 version to check to make sure your Java SDK and BlueJ IDE installation is working correctly. Whil...

Aug 22, 2012

Comparator Interface in Gridworld

Here is a customized World for Gridworld where the message on the top is updated to show how many bugs there are and the location of the fur...

Nov 23, 2011

One To Ten Game Part 3

Part 3 of the One to Ten Game which explains the Player Class. You can see a working copy at http://www.mathorama.com/OneToTenConsole.html

Oct 24, 2011

One to Ten Game Part 1

In this tutorial, we make a game called "1 to 10" rather than tic-tac-toe (naughts and crosses). We will construct A Board Class in the firs...

Oct 22, 2011

Making a JAR file in Eclipse

If you want to publish your Applet to the web, you probably need to make a Java Archive, or JAR file that allows you to embed your Applet in...

May 23, 2011

Starting APCS with linux

Helpful video Podcast for folks taking a course in Advanced Placement Computer Science

Aug 21, 2010

PokerHand

To make a variety of Poker games, we need a way to evaluate and compare Poker hands. This video also shows how to implement an interface in...

Nov 28, 2009

Interfaces Part 3

Implementing java interfaces for any Object. For "starter" code see the APCS Wiki

Nov 26, 2009

Java Interfaces Parts 1 and 2

We introduce a way to use code to work with a variety of classes using interfaces. Source code can be found at the APCS Wiki

Nov 24, 2009