
The Learning Hub is holding a series of workshops on computer science topics throughout the Spring 2023 semester. Please join us to learn some handy tips and tricks about Java concepts!
Conditions & Logic
Learn about Booleans, if-statements, logical operators, and comparison operators.
Wednesday, January 25th
4:00-5:00pm
ONLINE
Scoping
Learn the different places a variable can be declared and when you should and should not use them.
Wednesday, February 8th
4:00-5:00pm
ONLINE
Getting User Input
Make your programs more dynamic and useful (as well as user-friendly) to get the most out of your code.
Wednesday, February 22nd
4:00-5:00pm
ONLINE
Arrays & Loops
Find out how to write less code to do more things, saving yourself time and energy.
Wednesday, March 8th
4:00-5:00pm
ONLINE
Methods / Functions
Write code that you can reuse over and over to solve similar tasks.
Wednesday, March 22nd
4:00-5:00pm
ONLINE
Classes & Objects
The heart of Object-Oriented-Programming, Classes and Objects define the core ideas of Java. Learn how they work and how to use them effectively.
Wednesday, April 5th
4:00-5:00pm
ONLINE
Exception Handling
Don't let your program crash! Handle potential problems in your code to give the user a more streamlined experience.
Wednesday, April 19th
4:00-5:00pm
ONLINE
Recursion
Learn to solve many problems (easy and difficult) using recursion--the process of a method/function calling itself.
Wednesday, May 3rd
4:00-5:00pm
ONLINE