본문 바로가기

JAVA SDK

JavaFX란? 자바 RIA 자바FX의 이해 What Is JavaFX? JavaFX is a set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. •"JavaFX Applications" •"Availability" •"Key Features" •"What Can I Build with JavaFX?" •"How Do I Run a Sample Application?" •"How Do I Run a Sample in an IDE?" •"How Do I Create a JavaFX Ap.. 더보기
Java SE 8 Date and Time (자바 8의 날짜와 시간 API 변경 내용) Why do we need a new date and time library? A long-standing bugbear of Java developers has been the inadequate support for the date and time use cases of ordinary developers. For example, the existing classes (such as java.util.Date and SimpleDateFormatter) aren’t thread-safe, leading to potential concurrency issues for users—not something the average developer would expect to deal with when wri.. 더보기
JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #4 JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #4 Category : core/libs New and Key features / 새 기능과 주요 특징 1 Parallel Array Sorting Add additional utility methods to java.util.Arrays that use the JSR 166 Fork/Join parallelism common pool to provide sorting of arrays in parallel. 2 Bulk Data Operations for Collections Add functionality to the Java Collections Framework for bulk operatio.. 더보기