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
- ์์
- Store
- a604mu
- JSON
- Request
- Config
- extjs
- ViewModel
- React
- c#
- c#์ฝ๋ฉ์๊ธฐ์ ์ค์ ํธ
- minimalAPI
- .net
- ์ค๋ ์์ฐ์
- extraParams
- cpu๋ถ์๋ค์ด์ด
- ์ฝ๋ํ๋ก๊ทธ๋๋จธ์ค
- intellij
- ORM
- JavaScript
- wifi์๋จ
- lazy loading
- EFCore
- ๋ช ์์ ์ธ๋ํค
- dbContext
- mac
- vscode
- error
- LINQ
- scanner
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 |