Revision history of "Visual Studio Code에서 Java 프로그래밍"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:48, 22 December 2022Swpark talk contribs 1,764 bytes +1,764 Created page with "== Java == === Java 언어의 특징 === * High-level, class-based, object-oriented programming language * Write once, run anywhere (WORA) * Java Virtaul Machine (JVM) ** bytecode (compile 된 기계어 코드) * C, C++와 비슷한 문법 * Dynamic capabilitites ** Reflection ** Runtime code modification === 개발 === * Sun Microsystems에 근무하고 있던 James Gosling에 의해 개발됨 * Sun이 [https://www.oracle.com Oracle]에 인수됨 === 역사 === * 1991..."