๋ฐ์ํ
โถ ์ฐธ์กฐ ๋ณ์์ ์ฐธ์กฐ ๊ฐ
package classpart;
public class StudentTest2 {
public static void main(String[] args) {
Student student1 = new Student();
student1.studentName = "์์ฐ์";
Student student2 = new Student();
student2.studentName = "์์น์ฐ";
System.out.println(student1); // ์ฐธ์กฐ ๋ณ์ ๊ฐ ์ถ๋ ฅ
System.out.println(student2); // ์ฐธ์กฐ ๋ณ์ ๊ฐ ์ถ๋ ฅ
}
}
<๊ฒฐ๊ณผ๊ฐ>
-ํ ๋ฉ๋ชจ๋ฆฌ์ ์์ฑ๋ ์ธ์คํด์ค์ ๋ฉ๋ชจ๋ฆฌ ์ฃผ์๋ ์ฐธ์กฐ ๋ณ์์ ์ ์ฅ๋๋ค.
-ํด์ ์ฝ๋(hash code)๊ฐ : ์๋ฐ ๊ฐ์ ๋จธ์ ์์ ๊ฐ์ฒด๊ฐ ์์ฑ๋์์ ๋ ์์ฑ๋ ๊ฐ์ฒด์ ํ ๋นํ๋ ๊ฐ์ ์ฃผ์ ๊ฐ.
โ
โ
**๋ฉค๋ฒ ๋ณ์๋ ์ด๊ธฐ๊ฐ์ ์์ค๋ ์๊ดX
๋ฐ์ํ
'Java' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Java] ์์ฑ์ (0) | 2021.02.18 |
---|---|
[Java] ํด๋์ค+์ธ์คํด์ค ๋ง๋ค๊ธฐ ์ค์ต (0) | 2021.02.18 |
[Java] ์ธ์คํด์ค ์ฌ๋ฌ ๊ฐ ์์ฑํ๊ธฐ (0) | 2021.02.18 |
[Java] main( ) ํจ์๋ฅผ ํฌํจํ ์คํ ํด๋์ค ๋ฐ๋ก ๋ง๋ค๊ธฐ (0) | 2021.02.18 |
[Java] ํด๋์ค์ main( ) ํจ์ ํฌํจํ๊ธฐ (0) | 2021.02.18 |
๋๊ธ