We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5439e06 commit 5c627afCopy full SHA for 5c627af
1 file changed
content/posts/java-mid1-enum/index.md
@@ -0,0 +1,11 @@
1
+---
2
+title: '열거형(Enum)'
3
+date: '2026-03-18T10:22:50+09:00'
4
+categories: ["Java"]
5
+tags: ["Enum"]
6
+draft: true
7
8
+
9
+- 문자열을 사용했을 땐 타입의 안정성이 부족하고 데이터 일관성이 없다.
10
11
+## 마치며
0 commit comments