Created
March 27, 2018 05:05
-
-
Save ohjongsung/48ba218a9ab88bc3e10d0e3d3ff340e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generics<String> genercis = new Generics<>(); | |
generics.set("Hello"); | |
// list 사용할 때와 비교해보자. 똑같지 않나? | |
List<String> strs = new ArrayList<>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment