Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/48/3a/59/483a59f0-bdea-c0d6-2e1c-497d56d5675c/mza_17393495863995760911.jpg/600x600bb.jpg
Java Lessons and More
Evan Gonshor
33 episodes
6 days ago
I always wanted to have a podcast where I could learn programming, so I’m creating one! In addition, I’m throwing in some fun things as well, like magic tricks, so there’s “more” than just Java!
Show more...
Courses
Education
RSS
All content for Java Lessons and More is the property of Evan Gonshor and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
I always wanted to have a podcast where I could learn programming, so I’m creating one! In addition, I’m throwing in some fun things as well, like magic tricks, so there’s “more” than just Java!
Show more...
Courses
Education
Episodes (20/33)
Java Lessons and More
2nd Magic Trick and Final Episode
As promised, here is the second magic trick I’ve been talking about (credit to Jim Steinmeyer). Also, for now, unless there are further questions or requests, I am closing the podcast. I appreciate all the kindness and support from all over. Thank you!!!! 😊
Show more...
3 years ago
7 minutes 15 seconds

Java Lessons and More
Java Finale and Thank You
In this episode, we round out the Java portion of this podcast (for now). I appreciate all of your support!
Show more...
3 years ago
4 minutes 14 seconds

Java Lessons and More
Try-Catch Statements and Proper Formatting Correction
In this episode, we introduce try-catch statements to help give you options for when your program encounters an error (so that it doesn’t just break!). Also, I make a correction to my improper formatting that I spoke about before.
Show more...
3 years ago
5 minutes 57 seconds

Java Lessons and More
Java Search Algorithms
We take a look at the difference between binary and linear searches, when to use them, and the advantages and disadvantages of each.
Show more...
3 years ago
2 minutes 57 seconds

Java Lessons and More
The Two Main Sorting Algorithms in Java
First podcast-only episode! We talk about selection and insertion sorts and how to use them in your programs.
Show more...
4 years ago
1 minute 55 seconds

Java Lessons and More
ArrayLists and Wrapping Up Arrays
In this lesson, we talk about ArrayLists, a highly flexible way to handle collections of objects. We also wrap up our unit on arrays!
Show more...
4 years ago
7 minutes 22 seconds

Java Lessons and More
Two-Dimensional Arrays
In this episode, we dive into tables! (Or vectors/arrays in the second dimension!!!) and how to write and read these in Java.
Show more...
4 years ago
5 minutes 42 seconds

Java Lessons and More
Variable Length Parameter Lists
A brief explanation of how to have lists containing a certain type of object but which can be of variable length
Show more...
4 years ago
6 minutes 44 seconds

Java Lessons and More
Command Line Arguments in Java
You know the String[] args thing? Yeah, we talk about what that is all about.
Show more...
4 years ago
5 minutes 33 seconds

Java Lessons and More
Arrays of Objects and Object-Oriented Programming (BIGGEST EPISODE YET)
(NOTE: See Twitter for the screen capture) In this episode, we introduce object-oriented class, object, and method programming. We talk about arrays of objects and also how to access characters using the Scanner object.
Show more...
4 years ago
25 minutes 25 seconds

Java Lessons and More
Introduction to Arrays in Java
Looking at how to use arrays to hold a collection of integers. Exploring how to access and change values.
Show more...
4 years ago
13 minutes 36 seconds

Java Lessons and More
My Favorite Loop: The For Loop (Also Quickly Covering Do While Loops)
Do While Loop reminded me of doo-wop. I heard recently from someone that music and programming are connected fields. Continuing our discussion of loops in this episode with for loops. Note that all loop types can be nested.
Show more...
4 years ago
10 minutes 1 second

Java Lessons and More
Reading Files and Parsing Text in Java
In this episode, we dive into how to read text files into your software application and how to program the processing of each line, separating out the contents by delimiters. Please note that the file must be in the same directory as your Java development environment.
Show more...
4 years ago
11 minutes 19 seconds

Java Lessons and More
While Loops in Java
Introduction to the use of while loops to keep things going if a condition is met or to stop repeating if it’s not!
Show more...
4 years ago
8 minutes 11 seconds

Java Lessons and More
Switch Statements in Java
Like having a remote control, you give your users the power to easily choose between a variety of options by implementing a switch statement in your Java class bodies of code.
Show more...
4 years ago
7 minutes 6 seconds

Java Lessons and More
Bracketed and Nested If Statements
We wrap up our exposé of if statements for now with touching on how to fit more content in between the logic statements with the proper use of curly braces, and also how to fit if statements inside of if statements using the concept of nesting.
Show more...
4 years ago
12 minutes 10 seconds

Java Lessons and More
If Else Statements in Java
Adding on an else statement to last week’s code. These help to account for other scenarios or options not covered by just a plain if statement. Like what if you order a grilled cheese but the restaurant is out of Texas Toast, what other options are there?
Show more...
4 years ago
7 minutes 7 seconds

Java Lessons and More
Introduction to If Statements in Java
We explore how to use if statements and the logic behind how they operate (in as simple terms as I can and with practical examples to make it easier).
Show more...
4 years ago
7 minutes 44 seconds

Java Lessons and More
Number Telepathy Magic Trick
As planned, we are taking a break to do a fun mathematical magic trick. Try it out with your friends or family. Mathemagic!
Show more...
4 years ago
4 minutes 28 seconds

Java Lessons and More
Enumerated Types in Java
In this episode, we discuss how to use enumerated types in Java. We look at two different ways to access the name and how to use it to determine the ordinality of the elements. I believe this lesson is the last of the not-so-exciting numerical Java stuffs, so hopefully next week we can do something fun like a magic trick.
Show more...
4 years ago
9 minutes 18 seconds

Java Lessons and More
I always wanted to have a podcast where I could learn programming, so I’m creating one! In addition, I’m throwing in some fun things as well, like magic tricks, so there’s “more” than just Java!