Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Learn how to program using the Java programming language. This podcast will teach you step by step how to use the Java programming language to create your own applications or web applications! These... more
FAQs about Coders Campus Podcast:How many episodes does Coders Campus Podcast have?The podcast currently has 138 episodes available.
March 07, 2013Custom Sorting Algorithms in JavaTrevor Page teaches you exactly how you would go about implementing a custom sorting algorithm for your Collections or Arrays. By default, Java has the methods "Collections.sort()" and "Arrays.sort()" to sort your Lists/Arrays for you... but what happens when you want to change the way these methods sort? Find out in this podcast!...more43minPlay
March 01, 2013Constructors in JavaConstructors are used to initialize Objects in Java. These are not mandatory to use, but anytime you've got an Object that maintains state, you should always think about properly initializing your Object. The constructor isn't limited to just initializing though, so have a listen and find out what you can do!...more26minPlay
February 21, 2013Packages in JavaDid you know Java allows you to organize all of your files in folders for a "neat" programming environment? Well it does, so learn all about Java packages in this week's episode of the How to Program with Java podcast. ...more29minPlay
February 13, 2013Regular Expressions in JavaThis week I will cover the topic of regular expressions in Java. This topic came as a request from a listener, so I was thrilled to record it for them. You'll learn everything you need to know to get started with regular expressions, and I even leave you with an assignment for you to do at home! So let's get to it! Be sure to check out the shownotes at http://howtoprogramwithjava.com/session16...more40minPlay
February 07, 2013Collections in JavaIn this episode of the How to Program with Java podcast, I will be covering the topic of Collections. What is a Collection in Java? Some popular examples are: List, Set and Map. These are all interfaces, so what are the most common implementations of these interfaces? You'll find out and much more!...more45minPlay
January 31, 2013Finally and StackTrace in JavaIn this week's episode of the How to Program with Java Podcast, we talk about the last important piece of Java Exceptions, and that is the "finally" block. Also, I'll touch on what a Stack is and how it relates to the StackTrace and to Exceptions! Exciting stuff people!...more46minPlay
January 19, 2013Exceptions in JavaIn this episode you will learn what the Java Exception handling framework is and how it works with a few example scenarios. You'll understand why you would use something called a try/catch block of code and how it is used. Show notes via howtoprogramwithjava.com/session13...more34minPlay
January 10, 2013String Type in JavaLearn all about the Java String variable type. The String is a widely used and fairly complex variable type, but we will cover everything you need to really understand what it's all about!...more34minPlay
January 05, 2013Inheritance in JavaIn this episode, you will learn the ins and outs of Inheritance. This concept is one of the three key concepts of object oriented programming, so it's an important one to understand....more26minPlay
December 19, 2012Objects and Static Keyword in JavaThis episode will talk in depth about the Java Object and what it's so important to the Java programming language. We will also touch on the static keyword, as it pertains to the Java Objects with respect to the Class blueprint....more32minPlay
FAQs about Coders Campus Podcast:How many episodes does Coders Campus Podcast have?The podcast currently has 138 episodes available.