1強~3強無料公開
4強条件、繰り返し扉
条件文、switch文、while文、for loop
5強関数
関数, Main Method, Stack & Queue, 再帰関数, callback
6強クラスオブジェクト
class, instance, Object, JVM, this, stack, Singleton pattern, getter(), setter(), toString, eclipse ショートカット
7強配列 & Array List
配列、配列のコピー、配列のループ、多次元配列、Array List
8強継承、多型性
継承, Method Overriding, Protected, class casting, this(), super(), Virtual Method, 多型, IS-A, HAS-A, instanceof
9強抽象クラス
抽象クラス, Extends the Abstract class, Template Method
10強インターフェース
Interface, interface default method, interface static method, インタフェースの継承, インタフェースの実装と継承と一緒に書く, java.util.Scanner
11強JDK基本クラス
JDK 基本クラス、 java.lang package, object package, String object.toString(), boolean Object.equals(), int Object.hashcode(), protected object Object.clone(), java.lang.String, StringBuffer, StringBuilder, Wrapper classes, Class class, ja
12強コレクション、マップ
ジェネリック, Collection Framework, Map Interface, List interface, Set interface, Map interface
13強 Inner Class
Inner Class, Anonymous Inner Class
14強ラムダ
Lambda Expression, Lambda Argument (パラメータ)
15強Util Stream
Sorting, Arrays.stream (arr)
16強 Exception
Error & Exception, try~catch~finally, throws, try~with~resource, Custom Exception
17強I/Oストリーム
I/O Stream, FileInputStream, FileOutputStream, Good Code