Display Shows:

My Language:

How to Program with Java Podcast

Recently Aired


  • HD

    Encapsulation and Final Keyword

    Learn all about one of the four major principles of ...

    Learn all about one of the four major principles of Object Oriented Programming (encapsulation) as well as the "final" keyword.  In this episode I also dive into the popular topic of Java Certification.  Learn what certifications you can...

    Apr 26, 2013 Read more
  • HD

    Java Interview Question - Part II

    In this session I will cover some additional Java interview ...

    In this session I will cover some additional Java interview questions that you should be able to answer.  I also cover some general tips that you should keep in mind when being interviewed (as it's not just these questions you'll need to be able...

    Apr 19, 2013 Read more
  • HD

    Java Interview Questions Part I

    This is part I of a series of episodes dedicated ...

    This is part I of a series of episodes dedicated to common questions that are asked in entry level Java interview situations.  The questions covered in this episode are some basic questions that I uncovered across the internet (and there are even...

    Apr 12, 2013 Read more
  • HD

    Mocking

    In this episode you'll hear what mocking is all about ...

    In 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...

    Mar 29, 2013 Read more
  • HD

    Unit Testing

    This is a very important topic of discussion, as it's ...

    This 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...

    Mar 21, 2013 Read more
  • HD

    Casting

    Trevor Page takes you through all the nail biting action ...

    Trevor 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.

    Mar 14, 2013 Read more
  • HD

    Custom Sorting Algorithms

    Trevor Page teaches you exactly how you would go about ...

    Trevor 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...

    Mar 7, 2013 Read more
  • HD

    Constructors

    Constructors are used to initialize Objects in Java. These are ...

    Constructors 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...

    Mar 1, 2013 Read more
  • HD

    Packages

    Did you know Java allows you to organize all of ...

    Did 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.

    Feb 21, 2013 Read more
  • HD

    Regular Expressions

    This week I will cover the topic of regular expressions ...

    This 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...

    Feb 13, 2013 Read more
Loading...