Skip to content

Instantly share code, notes, and snippets.

@ohjongsung
Created March 27, 2018 05:05
Show Gist options
  • Save ohjongsung/48ba218a9ab88bc3e10d0e3d3ff340e2 to your computer and use it in GitHub Desktop.
Save ohjongsung/48ba218a9ab88bc3e10d0e3d3ff340e2 to your computer and use it in GitHub Desktop.
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