What Can Java Technology Do?
자바 테크놀로지로 어떤걸 할 수 있는가?
The general-purpose, high-level Java programming language is a powerful software platform.
범용, 하이 레벨 자바 프로그래밍 언어는 강력한 소프트웨어 플랫폼입니다.
Every full implementation of the Java platform gives you the following features:
Java 플랫폼의 완벽한 구현은 당신에게 다음과 같은 기능을 제공합니다 :
범용, 하이 레벨 자바 프로그래밍 언어는 강력한 소프트웨어 플랫폼입니다.
Every full implementation of the Java platform gives you the following features:
Java 플랫폼의 완벽한 구현은 당신에게 다음과 같은 기능을 제공합니다 :
- Development Tools: The development tools provide everything you'll need for compiling, running, monitoring, debugging, and documenting your applications. As a new developer, the main tools you'll be using are the
javac
compiler, thejava
launcher, and thejavadoc
documentation tool. - 개발자용 도구 : 개발자용 도구는 컴파일, 실행, 모니터링, 디버깅, 그리고 응용 프로그램을 문서화를 위해 필요한 모든 것을 제공합니다. 새로운 개발자로, 당신이 사용하게뒬 것은 javac 컴파일러, 자비 런처, 그리고 javadoc 문서 도구입니다.
- Application Programming Interface (API): The API provides the core functionality of the Java programming language. It offers a wide array of useful classes ready for use in your own applications. It spans everything from basic objects, to networking and security, to XML generation and database access, and more. The core API is very large; to get an overview of what it contains, consult the Java Platform Standard Edition 7 Documentation.
- 응용프로그램 프로그래밍 인터페이스(API) : API는 Java 프로그래밍 언어의 핵심 기능을 제공합니다. API는 자신의 응용 프로그램에서 사용할 수 있는 유용한 클래스들의 다양한 배열을 제공합니다. 이 것은 기본 오브젝트, 네트워킹과 보안, XML 생성 및 데이터베이스 엑세스 전반에 걸쳐 있습니다. 핵심 API는 매우 방대합니다; 어떤 내용을 가지고 있는지 개요를 보시고 싶으시면 자바 플랫폼 스탠다드 에디션 7 설명서를 참조하세요.
- Deployment Technologies: The JDK software provides standard mechanisms such as the Java Web Start software and Java Plug-In software for deploying your applications to end users.
- 개발 테크놀로지 : JDK 소프트웨어는 자바 웹 스타트 소프트웨어 및 최종사용자에게 배포하기 위한 자바 플러그인 소프트웨어같은 표준 메커니즘을 제공합니다.
- User Interface Toolkits: The Swing and Java 2D toolkits make it possible to create sophisticated Graphical User Interfaces (GUIs).
- 유저 인터페이스 툴킷: 스윙과 자바 2D 툴킷은 정교한 그래픽 유저 인터페이스(GUIs)의 제작을 가능하게 합니다.
- Integration Libraries: Integration libraries such as the Java IDL API, JDBC™ API, Java Naming and Directory Interface™ (JNDI) API, Java RMI, and Java Remote Method Invocation over Internet Inter-ORB Protocol Technology (Java RMI-IIOP Technology) enable database access and manipulation of remote objects.
- 통합 라이브러리
댓글 없음:
댓글 쓰기