Java Enterprise Edition(Java EE) 및 Java SE 비교 여러분의 운영 체제에 맞는 JDK(Java Development Kit)를 설치하면 Java 애플리케이션, Java 가상 시스템(Java Virtual Machine) 및 애플리케이션에서 일반적으로 사용되는 재사용 가능한 구성 요소 클래스 세트를 호스팅하기 위하여 컴파일러, 디버거, 도구 및 런타임 환경을 제공합니다. 이 애플리케이션 프로그래밍 인터페이스(API)는 네트워킹, I/O, XML 구문 분석, 데이터베이스 연결성, 그래픽 사용자 인터페이스(GUI) 개발 등을 위한 패키지 및 클래스를 제공합니다. 이 API는 일반적으로 Java Standard Edition(Java SE)으로 알려져 있습니다. 일반적으로 Java SE는 명령줄, GUI 프로그램 및 […]
Category: Java *
JB183 Red Hat Application Development I: Programming in Java EE
Preface A: Introduction Section A.1: Red Hat Application Development I: Programming in Java EE Section A.2: Orientation to the Classroom Environment Chapter 1: Transitioning to Multi-tiered Applications Section 1.1: Describing Enterprise Applications Section 1.2: Quiz: Describing Enterprise Applications Section 1.3: Comparing Features of Java EE and Java SE Section 1.4: Quiz: Comparing Java EE and Java SE Section 1.5: Describing the Java Community Process Section 1.6: Quiz: Describing the Java Community Process (JCP) Section 1.7: Describing […]
Setup Java Dev Environment
Install Java from Oracle site https://www.oracle.com/technetwork/java/javase/downloads/index.html Install IntelliJ IDEA https://www.jetbrains.com/idea/ Install Eclipse https://www.eclipse.org/ https://whitepaek.tistory.com/13?category=768130