--- id: java-operators title: "Java Operators" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["자바 연산자"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.87 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["java", "programming", "w3schools", "operators"] raw_sources: ["https://www.w3schools.com/java/java_operators.asp"] applied_in: [] github_commit: "" --- # [[Java Operators]] ## 🎯 한 줄 통찰 (One-line insight) Java groups operators into five families — arithmetic, assignment, comparison, logical, bitwise — mirroring Python's grouping almost exactly, minus Python's separate identity/membership operator categories. [S1] ## 🧠 핵심 개념 (Core concepts) - **Operators** — perform operations on variables and values. [S1] - **Five operator groups** — Arithmetic, Assignment, Comparison, Logical, Bitwise. [S1] ## 📖 세부 내용 (Details) - Basic addition: `int x = 100 + 50;`. [S1] - Chained variable arithmetic: `int sum1 = 100 + 50; int sum2 = sum1 + 250; int sum3 = sum2 + sum2;`. [S1] ## ⚖️ 모순 및 업데이트 (Contradictions & updates) 소스에서 모순되는 정보는 발견되지 않음. ## 🛠️ 적용 사례 (Applied in summary) 현재 발견된 실제 적용 사례가 없습니다 — 이 개론 뒤에 5개 연산자 그룹 각각의 전용 챕터가 이어진다. [S1] ## 💻 코드 패턴 (Code patterns) 소스에 코드 예시 없음 (개론 페이지, 각 연산자 그룹 챕터에서 코드 제공). ## ✅ 검증 상태 및 신뢰도 - **상태:** draft - **검증 단계:** conceptual - **출처 신뢰도:** B (W3Schools — widely used educational reference, not a primary standards body) - **신뢰 점수:** 0.87 - **중복 검사 결과:** 신규 생성 (New discovery) ## 🔗 지식 그래프 (Knowledge Graph) - **상위/루트:** [[Java Tutorial]] - **관련 개념:** [[Java Operators Arithmetic]], [[Java Operators Comparison]], [[Java Operators Logical]] - **참조 맥락:** 5개 연산자 그룹 챕터의 상위 개론 문서. ## 📚 출처 (Sources) - [S1] W3Schools — Java Operators — https://www.w3schools.com/java/java_operators.asp ## 📝 변경 이력 (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "Java Operators" page (Astra wiki-curation, P-Reinforce v3.1 format).