Course description
Welcome to the Java 9 Master course. whether you've programmed before or never had programming experience, by the end of this series you'll be able to write sophisticated real world java applications. This course covers autoboxing, enumerations and how to use generics in your code. It finishes with explaining how interfaces allow a bridge to handle inheritance as well as Input/Output and TreeSets.
Prerequisites
This course is for beginners and programmers with experience alike.
Meet the expert
Paulo Dichone graduated from Whitworth University with a B.S in Computer Science in 2009 and has worked building Android and iOS mobiles apps as well as web applications. Since 2014 he's been an online instructor teaching over 40,000 students from 170 countries in how to program Java and build Android Applications.
Course outline
Classes and Interfaces
Classes And Autoboxing (20:59)
- Introduction (00:08)
- Outer and Inner Classes (05:20)
- Annotations - Introduction (06:07)
- Autoboxing and Wrap and Unwrap (09:15)
- Summary (00:08)
Enums And Generics (20:29)
- Introduction (00:08)
- Enums (09:14)
- Generics (10:58)
- Summary (00:08)
Interfaces In Java (11:12)
- Introduction (00:08)
- Interfaces in Java (05:42)
- Interface Example (05:14)
- Summary (00:08)
Streams and Hash Sets
Input Streams (20:07)
- Introduction (00:08)
- Intro to IO Input Streams (09:41)
- InputStream -Reading Text Files (10:09)
- Summary (00:08)
IO Write And Buffer Reader (11:49)
- Introduction (00:08)
- IO WriteToFile (05:46)
- IO Buffer Reader (05:46)
- Summary (00:08)
Tree And HashSets (18:38)
- Introduction (00:08)
- Set and HashSet (08:23)
- TreeSets (04:23)
- LinkedHashSets (05:35)
- Summary (00:08)
Swing
Intro To Swing (21:11)
- Introduction (00:08)
- Intro To Swing (06:16)
- SwingDemo JFrame (11:28)
- jLabel (03:11)
- Summary (00:08)
Jbuttons and Swing Buttons (23:36)
- Introduction (00:08)
- JButtons (09:55)
- Swing Buttons (13:24)
- Summary (00:08)
Events And TextField (29:53)
- Introduction (00:08)
- SwingButton EventListener (12:39)
- Swing TextField (16:57)
- Summary (00:08)