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 141 episodes available.
March 29, 2013Mocking in JavaIn this episode you'll hear what mocking is all about and how it can be used to help you in your unit testing journey. Mocking is all about testing chunks of code in solutide, without having any dependecies on other Objects (as this would sully your unit test)....more46minPlay
March 21, 2013Unit Testing in JavaThis is a very important topic of discussion, as it's probably the most important activity you can participate in as a software engineer. I'm absolutely convinced that you can save yourself and your company truck loads of money if you learned how to unit test your code. So if you've never heard of this before, it's time to put on your thinking caps!...more39minPlay
March 14, 2013Casting in JavaTrevor Page takes you through all the nail biting action that is casting in Java. This episode will teach you what casting is and why it's needed in Object Oriented Programming languages....more31minPlay
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
FAQs about Coders Campus Podcast:How many episodes does Coders Campus Podcast have?The podcast currently has 141 episodes available.