In this post, I'm sharing 23 tech topics that would be fun to tackle. If your favorite topic didn't make the list, share it in the comments.
Posts by Jeremy Grifski
In this lesson we'll cover a few control flow mechanisms in Java such as if, else if, else, and switch statements.
Every year we make all sorts of resolutions that we plan to bring into the new year. Why not try building up some security with a password manager?
This tutorial focuses on overall class structure using the classic "Hello World" example. The topics covered include the main method as well as compilation and execution.
This tutorial introduces two basic method types: static and instance. The main focus is to learn the basics of method calls before we dive into classes.
So if Strings aren't Java primitive types, what are they? This tutorial expands on the concept of strings and their role as reference types in Java.