자바
플랫폼 독립성을 위해 설계된 고성능 객체 지향 프로그래밍 언어입니다.
안드로이드 앱 개발의 핵심 언어이며, 금융권 및 대규모 서버 시스템에서 표준으로 사용되고 있습니다.
graph LR
Center["자바"]:::main
Rel_object_oriented_programming["object-oriented-programming"]:::related -.-> Center
click Rel_object_oriented_programming "/terms/object-oriented-programming"
Rel_solidity["solidity"]:::related -.-> Center
click Rel_solidity "/terms/solidity"
Rel_typescript["typescript"]:::related -.-> Center
click Rel_typescript "/terms/typescript"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
🌍 자바는 공용 언어와 같습니다. 당신이 쓴 언어를 JVM이라는 통역기가 특정 기계에 맞춰 번역해 줍니다.
🤓 Expert Deep Dive
JIT 컴파일러와 가비지 컬렉션(GC)을 통해 런타임 최적화와 자동 메모리 관리를 수행합니다. 대규모 엔터프라이즈 시스템의 핵심입니다.
📚 출처
1. Java