Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- LINQ
- ์์ค๊ฐ๋ ์ค๋
- ORM
- extjs
- c#์ฝ๋ฉ์๊ธฐ์ ์ค์ ํธ
- ๋ผ๋๋ฌด์คdvd
- JavaScript
- ์ค๋ ์์ฐ์
- EFCore
- ๋ช ์์ ์ธ๋ํค
- ์ฝ๋ํ๋ก๊ทธ๋๋จธ์ค
- error
- Config
- React
- intellij
- mac
- dbContext
- extraParams
- ViewModel
- ๋์ ๋ณธ์์์
- scanner
- vscode
- Store
- Request
- JSON
- ์์
- lazy loading
- minimalAPI
- c#
- .net
Archives
- Today
- Total
ejyoo's ๊ฐ๋ฐ ๋ ธํธ
JDK ๋ฒ์ ๋ณ ์ปดํ์ผ๋ฌ ์ง์๊ธฐ๋ฅ ์ ๋ฆฌ ๋ณธ๋ฌธ
๐ก JDK 1.7๋ถํฐ ์ง์๋๋ ์ ๋๋ฆญ ์๋ ์์ฑ ๊ธฐ๋ฅ
Set<Integer> intRnd = new HashSet<Integer>();
Set<Integer> intRnd = new HashSet<>();
1.6 ์ด์ ์๋ ์ฒซ๋ฒ์งธ ๋ผ์ธ์ฒ๋ผ new HashSet<> ๋ด์ Integer๋ฅผ ๋ช ์ํ์ง ์์ผ๋ฉด ์ปดํ์ผ ์๋ฌ๊ฐ์์๋ค.
๊ทธ๋ฌ๋ 1.7 ์ดํ <> ๋ด์ ์ ๋๋ฆญ์ ์ฌ์ฉํ์ง ์์๋ ์ปดํ์ผ์ด ์๋์ผ๋ก ๋ฃ์ด์ฃผ๋๋ก ๊ฐ์ ์ด ๋์๋ค.
'BackEnd > Java' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Stack๊ณผ Queue (0) | 2021.03.06 |
---|---|
ํด์(Hash) ์๊ณ ๋ฆฌ์ฆ (0) | 2021.03.05 |
Set & TreeSet (0) | 2021.03.05 |
Java equals(), HashCode() (2) | 2021.03.04 |
MVC ํจํด (0) | 2021.03.04 |