Completed
Upcasting and Downcasting in Java - Full Tutorial
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Programming Tutorials - Complete Course Collection
Automatically move to the next video in the Classroom when playback concludes
- 1 Java is "Strongly Typed"? - Here's What That ACTUALLY Means
- 2 Java's Garbage Collection Explained - How It Saves your Lazy Programmer Butt
- 3 Static vs Non-Static Variables and Methods In Java - Full Simple Tutorial
- 4 How I Memorized ALL IntelliJ Shortcuts Effortlessly
- 5 Java's Hello World Is About To Change Forever
- 6 Selection Sort Tutorial in Java: The Snail's Guide to Sorting
- 7 Vectors in Java: The 1 Situation You Might Want To Use Them
- 8 Binary Search in Java - Full Simple Coding Tutorial
- 9 Java's Creators Rejected Multiple Inheritance - Here's Why
- 10 LeetCode Exercise in Java Tutorial - Two Sum FAST Solution
- 11 Java Custom Exceptions Tutorial - It's Way Easier Than You Think
- 12 Optionals In Java - Simple Tutorial
- 13 How To Call a REST API In Java - Simple Tutorial
- 14 Annotations In Java Tutorial - How To Create And Use Your Own Custom Annotations
- 15 Records In Java - Full Tutorial - The Best New Java Feature You're Not Using
- 16 Null Pointer Exceptions In Java - What EXACTLY They Are and How to Fix Them
- 17 Lambda Expressions in Java - Full Simple Tutorial
- 18 How To Create Variables That Don't Suck - Writing Clean Java Code
- 19 Java Unit Testing with JUnit - Tutorial - How to Create And Use Unit Tests
- 20 How To Debug Java Code The Right Way - Eclipse Debugger Full Tutorial
- 21 Generics In Java - Full Simple Tutorial
- 22 Fibonacci Series In Java With Recursion - Full Tutorial (FAST Algorithm)
- 23 Quicksort Sort Algorithm in Java - Full Tutorial With Source
- 24 Insertion Sort Algorithm in Java - Full Tutorial With Source
- 25 How to Run Java Programs With Command Prompt (cmd) and Notepad in Windows
- 26 Checked vs. Unchecked Exceptions in Java Tutorial - What's The Difference?
- 27 Recursion in Java Full Tutorial - How to Create Recursive Methods
- 28 Super Keyword in Java Full Tutorial - How to Use "super"
- 29 This Keyword in Java Full Tutorial - How to Use "this"
- 30 Java Enums Explained in 6 Minutes
- 31 Upcasting and Downcasting in Java - Full Tutorial
- 32 Java Constructors - Full Tutorial
- 33 30+ Eclipse Shortcuts Every Java Programmer Should Know
- 34 Java Strings are Immutable - Here's What That Actually Means
- 35 Java is ALWAYS Pass By Value. Here's Why
- 36 Abstract Classes and Methods in Java Explained in 7 Minutes
- 37 Learn Java in One Video - 15-minute Crash Course
- 38 Never Write a Getter or Setter in Java Again
- 39 Java Anonymous Inner Classes Explained in 6 Minutes
- 40 Multithreading in Java Explained in 10 Minutes
- 41 Inner Class Java Tutorial - Creating and Using Inner Classes
- 42 Map and HashMap in Java - Full Tutorial
- 43 LinkedList vs ArrayList in Java Tutorial - Which Should You Use?
- 44 Final Keyword in Java Full Tutorial - Final Classes, Methods, and Variables
- 45 Create a Java Mortgage Payment Calculator - Full Tutorial
- 46 Create a Sudoku Solver In Java In 20 Minutes - Full Tutorial
- 47 Java File Input/Output - It's Way Easier Than You Think
- 48 Merge Sort Algorithm in Java - Full Tutorial with Source
- 49 Bubble Sort Algorithm Tutorial in Java - How Fast Is It?
- 50 Coding And Playing The Lottery In Java - Full Tutorial with Source
- 51 Primitives Data Types In Java - All the Primitives And What They Do
- 52 Find Prime Numbers In Java - Full Walkthrough with Source
- 53 Array vs. ArrayList in Java Tutorial - What's The Difference?
- 54 Worst Sorting Algorithm Ever? Let's Try Bogosort in Java
- 55 Create a Word Finder in Java in 20 minutes
- 56 .equals() vs. == in Java - The Real Difference
- 57 Create Rock Paper Scissors in Java in 10 Minutes
- 58 Hangman Game in Java - Full Tutorial (Beginning to End)
- 59 Number Guessing Game in Java Tutorial (Beginning to End)
- 60 Tic Tac Toe Game in Java - Full Tutorial with Source
- 61 Java Main Method Explained - What Does All That Stuff Mean?
- 62 Create a BMI Calculator in JAVA Tutorial - Feet and Inches
- 63 Create a GPA Calculator in Java - Full Tutorial with Source